Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在当前的应用程序中有一个场景,我想获取用户的 Gmail id。谁能告诉我用 C# 中的一段代码的方式?
注意:我正在使用 C# 在 asp.net 中开发一个基于 Web 的应用程序。
使用谷歌联系人 api那里有 C# 示例。
您可以使用Google Accounts API。
你可以在这里找到一个例子。
看看开源的 .Net 库gmailapi。GmailAgent有一个 GetContacts 方法用于检索所有联系人。