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

∥☆過路亽.° 提交于 2019-11-26 18:51:46

问题


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?


回答1:


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


来源:https://stackoverflow.com/questions/1085498/import-address-book-from-gmail-hotmail-yahoo-using-c-sharp-and-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!