Hor to Receive EMail?

G

Guest

Can I use dotNet framework class library to receive POP3 EMail? I hope there
is a namespace like System.Web.Mail that can help me to do the job more
easily. But I can't find that? Is there any one can help me? Thanks!
 
A

Arne Janning

Toto said:
Can I use dotNet framework class library to receive POP3 EMail? I hope
there
is a namespace like System.Web.Mail that can help me to do the job more
easily. But I can't find that? Is there any one can help me? Thanks!

Hi Toto,

there is no build-in support for receiving POP3-emails. You'll have to
implement it on your own (System.Net.Sockets.TcpClient) or have a look at
these free libs:

http://www.codeproject.com/csharp/popapp.asp
http://www.c-sharpcorner.com/internet/Pop3Access.asp
http://www.softartisans.com/pop3.html

Cheers

Arne Janning
 

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

Top