Accessing Address book from C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I will like to access the Address book in windows via C# (.net 2.0), is this
possible and can it be done independent of the mail program that the end
users are using??

Best
Flemming
 
Where are the Address Books stored? Exchange server?

If it is an exchange server, look into WebDAV, it allows you to
send/receive xml web service queries and it returns the appropraite
data, you can retrieve public folders, or a specific users information.
I used it to allow people to add calendar items to an exchange public
calendar, and then display it over a website using c# and asp.net

If the address books are stored in some other medium, it depends on the
vendor and if they have a way to programmatically retrieve the
information.
 
The end users are using outlook express and outlook, but I do not know which
version they are using.!?
 

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

Back
Top