Using ColdFusion To Get The Members Of An MS Exchange Distribution List
Tuesday, November 13th, 2007The easiest way to get the members of a MS Exchange distribution list is to query your MS Active Directory Server using standard LDAP technology. This can be accomplish with using ColdFusion’s CFLDAP tag & a relatively simple LDAP query. It a little challenging, because you probably have to be somewhat familiar with your LDAP [...]