在 C# 中从 gmail 获取通知的最佳方法

发布于 2024-11-19 09:41:08 字数 40 浏览 1 评论 0原文

收到新电子邮件时,在 C# 中从 gmail 获取通知的最佳方式。

Best way to get notification in from gmail in C#, when new email is received.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

你穿错了嫁妆 2024-11-26 09:41:08

查看 Gmail 收件箱 Feed。与使用 POP3 相比,它要轻一些。

Gmail 收件箱源会将您的收件箱输出为 XML 文档。您可以使用 RSS 聚合器来查看此信息,也可以使用您自己的应用程序来使用该提要。

注意:此 Feed 仅适用于 Google Workspace 网域中的 Gmail 帐号。

Have a look at the Gmail inbox feed. It's a bit lighter than using POP3 for this.

The Gmail Inbox Feed will output your Inbox as an XML document. You can use an RSS aggregator to view this, or you can consume the feed with your own app.

Note: This feed is only available for Gmail accounts on Google Workspace domains.

乖乖兔^ω^ 2024-11-26 09:41:08

看看
Gmail API

Take a look at
Gmail API

故事与诗 2024-11-26 09:41:08

您需要考虑使用 POP3 库。如果您愿意使用现有的,您可以查看 这里

You would need to look into using POP3 Libraries. If you are willing to use existing one, you can have a look at here.

忱杏 2024-11-26 09:41:08

您可以使用IMAP协议和IDLE命令。

Mail.dll 支持此开箱即用:

http://www.limilabs.com/ blog/imap-idle

[请注意,这是我创建的商业产品]

You can use IMAP protocol and IDLE command.

Mail.dll supports this out-ot-the-box:

http://www.limilabs.com/blog/imap-idle

[Please note that this is a commercial product I created]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文