Accessing Outlook Global Address List from C#

  • Thread starter Thread starter John
  • Start date Start date
J

John

I have been searching for information on getting the Global Address
List from my exchange 2003 server to create a control that will
display this information. I have read to use the directoryservices
namespace, but then I read elsewhere that CDO works better. I would
greatly appreciate some assistance. Thanks in advance.
 
Yeah, you should look into CDO (Microsoft CDO 1.21 Library) which is a COM
library. Get a Session object and check out the AddressLists property.

You could also do it with DirectoryServices, but then you would yourself
have to handle the logic of checking which addressbook you "blong" to.

Arild
 
Back
Top