How to retrieve contacts from Microsoft Exchange Server 2003 using .net?
A:
One way to access Exchange 2000-2003 is with webdav.
Here are a couple articles
- http://blogs.technet.com/kclemson/archive/2004/01/23/62247.aspx
- http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html
Also search stackoverflow for webdav exchange for several other related questions and answers.
Zoredache
2008-12-26 08:31:02
A:
If this will run on a client machine, then you should try to program against the Outlook Object libraries. These are far easier than talking to Exchange 2003 itself.
If you need to run it without a client, or from a server, then your best option is to look into the Exchange 2003 WebDAV apis.
Joseph Daigle
2008-12-26 15:53:39
A:
Check out the Redemption Library from Dmitry.
Regards Debasish Pramanik http://pcvita.wordpress.com/
Debasish Pramanik
2010-08-20 08:06:31