Windows Live Mail: How to get my mail address book programmatically
Hi.
I'm trying to find some .net DLL library or service to get user's address book from live mail account. I need it for importing in my application. Unfortunately could not find any :( Does Live mail have any ?
Thanks in advance!
Andrey Tagaev wrote: |
Hi. I'm trying to find some .net DLL library or service to get user's address book from live mail account. I need it for importing in my application. Unfortunately could not find any :( Does Live mail have any ?
Thanks in advance!
|
|
I don't believe Live Mail has published an API to access mail.
Here's a similar thread from August: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=620444&SiteID=1
For accessing the address book, though, you don't need a Live Mail API, you need an API to access Windows Live Contacts. The Windows Live Contacts control is one such beast, though it is only for browser-based JavaScript apps.
-Danny