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

  • Thread starter Thread starter KS
  • Start date Start date
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
 
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
 
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
 
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
 
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
 
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
 
Back
Top