Skip to main content
Participating Frequently
June 25, 2009
Question

How to get Distribute List information from Active Directory

  • June 25, 2009
  • 1 reply
  • 610 views

For example, there is an existing DL named "DL_TEST1", I'm the owner and several people "AA","BB","CC" are in this DL.
I just want to get all these information like DL name, DL members, DL owner directly from company's active directory. But I don't know how implement this by coldfusion...
Can anyone help on this? thanks:)

This topic has been closed for replies.

1 reply

Inspiring
June 25, 2009

<cfldap>

safin_luoAuthor
Participating Frequently
June 26, 2009

If I use "exchange-server-1" as MS exchange server in outlook account setting.

Can the I use cfdap like this?

<cfldap server="exchange-server-1" port="389" username="myname" password="mypwd" action="query" name="qGet" start="....." attributes="*">