fetch yahoo email details using OAuth c# -


in windows form application,trying fetch details of yahoo email such sender,date,subject,body text & attachments. i'm using oauthbase.cs class request , access token. issue fetch users e## heading ##mail details. contact details used :

"https://social.yahooapis.com/v1/user/"+ yahoo_guid +"/contacts?format=xml"); 

from above got contacts of user email. couldn't find request url email's details. kind of helpful me.

thank in advance.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -