Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import Address Book from Gmail/Hotmail/Yahoo using C# and ASP.NET

Hi can somebody tell me how to import all of my contacts from gmail, yahoo, hotmail and so on.. and i want to send an invitation for all my contacts?

How can i achieve this?

like image 308
Nagu Avatar asked Jul 06 '09 05:07

Nagu


1 Answers

Check the .NET Address Book API's of those providers:

  • Google Contacts Data API
    • Retrieving contacts (C#)
  • Windows Live Contacts API
    • Code samples (C#)
  • Yahoo! Address Book API
    • Yahoo! Web Service REST Calls (C#)
    • Contacts API URI
like image 106
Christian C. Salvadó Avatar answered Nov 16 '22 10:11

Christian C. Salvadó