Read mail form server

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi,

How could I receive and read my e-mails from a server?

For example if my mail is (e-mail address removed), I want to check if I have new
mails and if I have ones I want to download them and view the text
information and if has any attachment to save them on the hard disk.

Thanks.
 
Try using this library:
http://www.lesnikowski.com/mail

It's simple and effective.
Allows sending, receiving and parsing email messages.
Encodes/decodes any kind of attachment.
Includes POP3 and STMP clients.
Written entirely in managed code in C#.
 
Back
Top