Hi
I'm a Delphi developer, and would like to know how the access Outlook's
Shared Contacts programmatically. I've read up on LDAP, and can find
the public folder name using LDAP, but how do I access the contents of
that folder?
Basically, I want to be able to search, modify, remove and add
Contacts. Any help would be greatly appreciated.
Stephan
GuyverXT9@gmail.com - 17 Mar 2006 09:54 GMT
Something I forgot to mention in my post. I want to be able to do all
of this from a Windows Service, and if possible, a Linux Daemon.
Tom Rizzo [MSFT] - 28 Mar 2006 06:27 GMT
You can use WebDAV to do this via HTTP.

Signature
Looking for a good book on Exchange, Outlook and SharePoint? Check out
http://www.microsoft.com/mspress/books/5517.asp
> Something I forgot to mention in my post. I want to be able to do all
> of this from a Windows Service, and if possible, a Linux Daemon.