Is there support for POP3 client in the .net framework?
If so, please tell me it's name as I have been searching for it, but I was unable to find it.
Regards!
Have a look at this project: http://sourceforge.net/projects/hpop/ on SourceForge.
It is a free, open source .NET Class library in C# for communicating with POP3 Servers(retrieve/delete messages and attachments). Supports decoding files in Base64/QP encoding, including attachemnts, MS-TNEF format, and MS mht file. Compiles on Mono, DotGNU and .NET framework