Retrieving contacts from Microsoft Exchange Server 2003

How to get contacts from Microsoft Exchange Server 2003 using .net?

-1


source to share


2 answers


One way to access Exchange 2000-2003 is with webdav.

Here are a couple of articles



Also search stackoverflow for webdav exchange for a few other related questions and answers.

+1


source


If this will run on a client machine, try programming it against Outlook Object Libraries. It's much easier than talking to Exchange 2003 itself.



If you need to run it without a client or from a server, then browsing Apis Exchange 2003 WebDAV is your best bet.

0


source







All Articles