POP3 Client implementation

  • Thread starter Thread starter Arjen
  • Start date Start date
Hello all,

Does .NET includes any support for POP3 protocol? Or else any c#
implementation of POP3 client is available?

Regards,
 
Nicholas Paldino [.NET/C# MVP] wrote:

If you have CDO installed, then the classes in the System.Web.Mail
namespace will do nicely as well.

System.Web.Mail classes can be used as an SMTP client, but how would you
use them as a POP3 client (which the OP asked about)?
 
I'm not sure if Praveen Naregal question is answered.

But if you want to retrieve mails from a POP3 server then you must send
command...
like get messages, delete messages, etc..

The best thing what you can do is look in the sample of gotdotnet.
Because I know that there are free POP 3 classes available.

Regards




Nicholas Paldino said:
Arjen and Praveen,

If you have CDO installed, then the classes in the
namespace will do nicely as well.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top