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.
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.
@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).
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?
Posted By: Don Kerr on Nov 6, 2007 at 12:00 AM