Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What would be the best way to read HOTMAIL user contacts in to asp.net application?
Any code sample/suggestions please...
Posted
Updated 28-Sep-12 19:01pm
v2
Comments
Clifford Nelson 2-Oct-12 19:01pm    
YOu fill probably find that Microsoft does not want you to have access to that information, so will not make it easy to get. This is a privacy issue and Microsoft does not want to be liable. My guess is that the only way to get that information is directly from the web page, and you have to hope that Microsoft does not change the format too oftn.
pankaj_kadu 9-Oct-12 2:41am    
thanks clifford...reading more on this

Hotmail does not suppor Open Authorization. Instead they use their own live API.

Refer to the link below,
http://msdn.microsoft.com/en-us/library/live[^]

Also check the sample code
http://archive.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=messengerconnect&DownloadId=12966[^]

This will give you enough idea to start.

cheers
 
Share this answer
 
v2
Comments
pankaj_kadu 1-Oct-12 6:34am    
Thank you Sandip.
Appreciate your quick response on this.
Live Connect API gives hashes of email IDs in hotmail user's contact list and not the actual email ids.
Any method that can be used to fetch email IDs of a hotmail user.
Suggestions please...

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900