使用 Live API 的 Hotmail 警报

发布于 2024-07-11 21:57:41 字数 482 浏览 14 评论 0原文

我希望编写一个 C# 应用程序,以便在用户在其 hotmail 帐户上收到电子邮件时提醒用户。 我已经浏览过

http://www.codeproject.com/KB/IP/httpmail .aspx

但微软现在似乎已经停止使用它了。 http://www.eweek.com/article2/0,1759, 1652391,00.asp

我查看了 Live SDK,但在其中找不到任何与邮件相关的 API,有人可以建议我到底应该在哪里查找吗? 我是一个充满热情的研究者,一个小指针对我来说就足够了。 感谢您的帮助!

Iam looking to write a C# application to alert the user when he gets an email on his hotmail account.
I have already gone through

http://www.codeproject.com/KB/IP/httpmail.aspx

But seems that Microsoft has discontinued it now.
http://www.eweek.com/article2/0,1759,1652391,00.asp

I looked to the Live SDK but couldn't find any mail related API's in it , can anybody suggest where exactly I should look for? I am a passionate researcher , just a small pointer would be enough for me.
Thanks for all the help!

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

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

发布评论

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

评论(2

勿忘初心 2024-07-18 21:57:42

如果您正在寻找类似于 MSN Messenger 在收到新消息时执行的操作(至少对我来说是这样),那么您可以尝试使用数据包嗅探器来查看弹出窗口发生时传入和传出的数据包。

If you are looking for something similar to what MSN Messenger does when you get a new message (at least it works like that for me), then you could try a packet sniffer to see what packets are coming and going when the popup occurs.

白况 2024-07-18 21:57:42
  • POP3 适用于所有用户
  • IMAP 仅适用于高级用户。
  • HttpMail 仅适用于高级用户。 (它的记录也很少)

我有类似的问题,但是针对Java, 可能有用也可能没用。

  • POP3 is available for all users
  • IMAP is only available to Premium users.
  • HttpMail is only avaliable to Premium users. (it's also poorly documented)

I have a similar question, but for Java, which may or may not be useful.

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