I'd like to use the company address book information within a .cfm page. I am having trouble connecting via CF administrator. Could someone who has successfully connected to MS Exchange via OLE DB respond with tips?
Never done it, but I'm positive it's possible. Since both products (CF and Exchange) have LDAP support, you can use the CFLDAP tag to query the recipients container of your company. Check this out:
You can display the retrieved data with a simple <CFOUTPUT QUERY="MyCompanyList">.
Make sure you have Anonymous access enabled on the Exchange server, and that this anonymous account has sufficient rights for browsing.
Try it out and let me know if it worked!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.