How can I fetch/download all email (preferably as MailMessage) via POP3 from a mailserver using C#?
|
|
.NET BCL does not have POP3 client class built in so you'd have to search for a third-party one. See this for a list of those. |
||
|
|
|
|
This is a project I found on Web. |
||||
|
|
|
You can try Mail.dll mail component, it has SSL support, unicode, and multi-national email support.
You can download it here: http://www.lesnikowski.com/mail. |
||
|
|
