We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我还没有看到一个能与所有这些都兼容的好方法。单独使用各个服务相当容易,因为所有服务都有 .net 示例。我可能会以任何方式单独使用它们,然后如果可能的话可能会提取一个通用接口,以便可以根据需要添加其他流行的网络邮件服务。
雅虎:http://developer.yahoo.com/addressbook/
Gmail:http://code.google.com/apis/contacts/docs/1.0/developers_guide_dotnet.html
美国在线:http://dev.aol.com/article/2007/integrating_openauth_into_aspnet< /a>
Hotmail:http://msdn.microsoft.com/en-us /library/bb463989.aspx
I haven't seen a good one that works with all of them. Its fairly easy to consume the individual services individually as there is .net examples for all of them. I would probably consume them individually any ways and then maybe extract a common interface if possible so that other popular webmail services could be added as needed.
Yahoo: http://developer.yahoo.com/addressbook/
Gmail: http://code.google.com/apis/contacts/docs/1.0/developers_guide_dotnet.html
AOL: http://dev.aol.com/article/2007/integrating_openauth_into_aspnet
Hotmail: http://msdn.microsoft.com/en-us/library/bb463989.aspx
您应该使用 System.Net 添加;
You should add using System.Net;
此是 Gmail 联系人导入 2.0 的新链接.Net 开发人员
This is the new link of Gmail contact import 2.0 for .Net developers
缺少的“Utilities”程序集位于 OpenContactsNet 项目下载 (OpenContactsNet\Lib\Utilites.dll) 下的 \Lib 文件夹中。
然而,我认为它不再那么有效了。这个图书馆相当过时了。
The missing "Utilities" assembly is located in the \Lib folder under the OpenContactsNet project download (OpenContactsNet\Lib\Utilites.dll).
However, I don't think it works that well anymore. This library is pretty outdated.