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.
我开发了一个 WPF C# 应用程序。从 Gmail 帐户发送电子邮件是可以的。但我需要接收来自 Gmail 帐户的所有邮件。有没有办法做到这一点?怎么做?使用第三方库不是问题。感谢您阅读...
Gmail 支持 IMAP。您必须获得一个 IMAP .NET 库才能阅读您的 Gmail 收件箱。
这里有几个链接,希望对你有帮助
链接1 链接2 链接 3