使用 Live API 的 Hotmail 警报
我希望编写一个 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在寻找类似于 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.
我有类似的问题,但是针对Java, 可能有用也可能没用。
I have a similar question, but for Java, which may or may not be useful.