Reading Email using Pop3 in C#

Eldila picture Eldila · Sep 4, 2008 · Viewed 128.3k times · Source

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.

Answer

VanOrman picture VanOrman · Sep 4, 2008

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