本文介绍了如何检索和解析电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试创建一个C#应用程序,该应用程序会在收到新电子邮件以及电子邮件是否来自特定人员时通知您,以打开并解析电子邮件并处理解析结果.

我不知道从哪里开始.有人可以指出正确的方向从哪里开始.

谢谢
Donald

Hi,

I''m trying to create a C# app that''s notified when I receive a new email and if the email is from a particular person to open and parse the email and process the parsed results.

I have NO idea where to start. Can someone please point me in the right direction where to start.

Thank you,
Donald

推荐答案



这篇关于如何检索和解析电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 22:10