Exchange Server Contact list into VB.NET

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.
 
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo
 
personal address book... im thinking webdev is the best way to do this, but
i dont know how to implement it because ive never done it before...
 
CDO is the simplest way to go, IMHO.
I've attached a simple solution (VB winforms application) that
demonstrates the usage of the CDO library (COM interop).

You wouldn't happen to have the code for VS.NET 2000 instead? I do not
have a version of VS that will let me open your code, unfortunately.
 
Back
Top