Blog Author: Scott Stroz

Scott Stroz specializes in developing and deploying enterprise-level web applications, as well as integrating new programming features into older applications to help organizations achieve growth by migrating data management to advanced web technology. His experience with web application development technology spans nearly a decade, during which he was named an Adobe Community Expert. Scott excels at completing unusual, complex and challenging tasks, and he embraces new technology and its possible inclusion in current and future projects, earning him the title “Chief Problem Solver.” Scott is recognized as an industry expert through his speaking engagements at conferences and user groups and contributions to a number of technical publications.

Categories
Blog Archives
Blog RSS Feed

RSS FeedSubscribe to our RSS feed or Atom feed.

The Alagad Technical Team Blog

Using ColdFusion 8 with Microsoft Exchange Server

Published By: Scott Stroz on Nov 6, 2007 at 08:19 AM
Categories: ColdFusion

In my opinion, one of the least discussed but more useful features of ColdFusion 8 is the easy integration with Microsoft Exchange Server.  Without having to navigate through the quagmire that is the Exchange LDAP directory structure, you can easily retrieve and manage mail messages, calendar events, contacts and tasks.

There are several projects I have worked on where this functionality would have been a blessing. In a recent article on Adobe Developer's Center, I discuss one project which needed Exchange connectivity, and what I wold have done differntly using ColdFusion 8. Check out the article to see if it sparks some ideas for Microsoft Exchange integration.

6 responses to “Using ColdFusion 8 with Microsoft Exchange Server”

Scott, thanks for the excellent article on CF8 Exchange. One question: I'd like to be able to query by exchange distribution list name and get back the members of that distribution list. Is that possible with CF8?

@Don - I am not sure, but I will look into it and post back here with anything I find.

@Don - I spent sometime trying to investigate this, and it seems that there is no way to retrieve the members of a distribution list.

Thank you Scott. I appreciate you looking into it. It would be nice enhancement to cfexchange. Something like <cfexchangeList>, instead of just contact.

Don

Can you use the new cfexchange tags to access the Global Address List in Exchange?

@Don

Very late response here, but you should be able to do it with CFLDAP (hint: "members" attribute).

Leave a Reply