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.
Comments on: "Using ColdFusion 8 with Microsoft Exchange Server" (6)
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?
LikeLike
@Don – I am not sure, but I will look into it and post back here with anything I find.
LikeLike
@Don – I spent sometime trying to investigate this, and it seems that there is no way to retrieve the members of a distribution list.
LikeLike
Thank you Scott. I appreciate you looking into it. It would be nice enhancement to cfexchange. Something like , instead of just contact.
Don
LikeLike
Can you use the new cfexchange tags to access the Global Address List in Exchange?
LikeLike
@Don
Very late response here, but you should be able to do it with CFLDAP (hint: “members” attribute).
LikeLike