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

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -