电子邮件接收者和发件人

问题描述:

您好,我想问一下是否有办法创建一个程序,使用Microsoft Visual Studio 2013 Express接收电子邮件(来自gmail),以便我可以将主题和主体存储在变量中以便进一步处理。 br />
提前谢谢。

Hello, I would like to ask if there are ways to create a program that receives e-mails (from gmail) using Microsoft Visual Studio 2013 Express so as I can store the subject and the mainbody in variables for further proccessing.
Thank you in advance.

是的,这取决于您的经验水平。您需要研究 http://en.wikipedia.org/wiki/Post_Office_Protocol [ ^ ]。您可能还想搜索CodeProject文章或Google以获取任何示例或教程。
Yes this can be done, depending on your level of experience. You need to look into the use of the http://en.wikipedia.org/wiki/Post_Office_Protocol[^]. You may also like to search the CodeProject articles or Google for any samples or tutorials.