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

前端 未结 1 483
无人及你
无人及你 2020-12-04 07:59

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 achi

相关标签:
1条回答
  • 2020-12-04 08:39

    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
    0 讨论(0)
提交回复
热议问题