要求
要在 ASP.NET MVC 应用程序中导入 Google(Gmail)
联系人,请先下载“Google API 设置”, 这将授予以下参考:
using Google.Contacts;
using Google.GData.Client;
using Google.GData.Contacts;
using Google.GData.Extensions;
将这些添加到相关的应用程序。
要在 ASP.NET MVC 应用程序中导入 Google(Gmail)
联系人,请先下载“Google API 设置”, 这将授予以下参考:
using Google.Contacts;
using Google.GData.Client;
using Google.GData.Contacts;
using Google.GData.Extensions;
将这些添加到相关的应用程序。