C# - reading CONTACTS from public folder on Exchange server 2005

K

KS

I have used days to find some sample code to do this without finding some !

Lot of code to find the folders but NOT the contacts IN the folder.

How CAN it be done - please some sample code and
not just refere to MAPI, Outlook, CDO, DHL, UPS or .... !

Best regards
KSor, Denmark
 
E

entvex

I have used days to find some sample code to do this without finding some!

Lot of code to find the folders but NOT the contacts IN the folder.

How CAN it be done - please some sample code and
not just refere to MAPI, Outlook, CDO, DHL, UPS or .... !

Best regards
KSor, Denmark

I have some sample code but it uses MAPI.
would you like to see it ?

Greetings

Entvex
 
M

Mike Roth [MXRSS]

Web Dav is the easiest way to do this,

basically what you do is setup a webclient connection and send in a XML
string, that queries the store for that user, You have to authenticate as a
user that has access to the store so you will need to use NetworkCrediental
class.

Send the info and then wait for it to return information you should have the
contact data you need.

http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html

http://msdn.microsoft.com/en-us/library/aa143161.aspx

the last should have all the information you need to get the job done.

- Mike
 
R

Rafal Lukowiak

Hi,
I'm looking for a solution to this problem. You wrote that you have such a solution.
Can you help me?
Thanks in advance.
Rafal
 
R

Rafal Lukowiak

Hi,
I'm looking for a solution to this problem. You wrote that you have such a solution.
Can you help me?
Thanks in advance.
Rafal
 
R

Rafal Lukowiak

Hi,

I'm looking for a solution to this problem. You wrote that you have such a solution.
Can you help me?
Thanks in advance.
Rafal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top