tags:

views:

343

answers:

4

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

A: 

This MS support article explains how.

Mitch Wheat
A: 

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

Here are a couple articles

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

Zoredache
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
A: 

Check out the Redemption Library from Dmitry.

Regards Debasish Pramanik http://pcvita.wordpress.com/

Debasish Pramanik