阅读使用POP3电子邮件在C#

问题描述:

我期待在C#2.0使用POP3阅读电子邮件的方法。目前,我正在使用 $ C $的CProject 发现code 。然而,这种解决方案是不够理想。最大的问题是,它不支持用UNI code电子邮件。

I am looking for a method of reading emails using Pop3 in C# 2.0. Currently, I am using code found in CodeProject. However, this solution is less than ideal. The biggest problem is that it doesn't support emails written in unicode.

我已经成功地使用 OpenPop.NET 通过POP3访问电子邮件。

I've successfully used OpenPop.NET to access emails via POP3.