Click here to Skip to main content
15,882,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I am trying to pull a users contacts email addresses into my website so they can invite their friends to the site.

I have been trying to figure out how to do this for 5 days now and am completely floored at how hard it is. It took me 2 hours to accomplish this for Gmail, Yahoo! Mail, and AOL. It has to be possible, because plenty of sites offer this functionality.

How can I accomplish this in Asp.net?

I have tried 5.0 but was only able to get email hashes. I tried 4.1 but was only able to get contacts information without email address.

Someone please help!
Posted

Dear Jitendrabhai,

As I understood, You want to fetch data from gmail account of users.

You can fetch contacts detail from user account with conset of users first.

https://developers.google.com/google-apps/contacts/v2/developers_guide_dotnet?csw=1#retrieving_without_query[^]

Check it wheather, this solution work for you.

Thank you.
Manoj Kalla
 
Share this answer
 
Thanks Manoj for the response,
i want to fetch contact list from hotmail not gmail.
Gmail already done .

Thanks,
Jitendra
 
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