POP3 Client in C#

V

vaib

Hi All,

I am trying to build a POP3 client application for my machine. I know
what POP3 is used for and nothing much.

I would simply like to download mails from the server using TCP/IP and
save them to my hard disk using POP3.

Can anyone here suggest me the approach that I should take in tackling
this problem ? Please consider me a complete novice in this area. I
don't want any technical details as such but just the step by step
approach to handle the problem.

Thanking in anticipation.


- Vaibhav
 
M

mick

vaib said:
Hi All,

I am trying to build a POP3 client application for my machine. I know
what POP3 is used for and nothing much.

I would simply like to download mails from the server using TCP/IP and
save them to my hard disk using POP3.

Can anyone here suggest me the approach that I should take in tackling
this problem ? Please consider me a complete novice in this area. I
don't want any technical details as such but just the step by step
approach to handle the problem.

Thanking in anticipation.

http://www.developerfusion.com/article/4071/how-to-pop3-in-c/

mick
 

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