Hi,
Does .NET have a way to pull email from a POP3 server out of the box or you have to code/buy a 3rd party component?
|
|
|
|
|
|
|
You can check Mail.dll .NET mail component, it has SSL support, unicode, and multi-national email support:
You can download it here: http://www.lesnikowski.com/mail. |
|||
|
|
|
|
I personally like the serverintellect components. |
||
|
|
|
Hi! CodeProject got a good C# tutorial on this http://www.codeproject.com/KB/IP/despop3client.aspx Also check out: http://www.developerfusion.com/article/4071/how-to-pop3-in-c/ |
||
|
|
|
|
3rd party components are the way the go; much better than the alternative, which would be sending raw POP3 commands with NetStreams [shudder] |
||
|
|
|
|
Check out the EasyMail objects from Quiksoft. They are very easy to use and the support is really good. |
||
|
|