Programmatically retrieving email from server

Y

Yashgt

Hi,

Just as we use the System.Net.Mail.SmtpClient class for
programmatically sending emails through an SMTP server, what can we
use for receiving emails from a POP3 server. We want to mimic a mail
client that reads messages from the mail server but retains them on
the server.
This is actually for an application that parses emails to derive
content.

Thanks,
Yash
 
P

Pavel Minaev

Hi,

Just as we use the System.Net.Mail.SmtpClient class for
programmatically sending emails through an SMTP server, what can we
use for receiving emails from a POP3 server. We want to mimic a mail
client that reads messages from the mail server but retains them on
the server.
This is actually for an application that parses emails to derive
content.

"The .NET Framework does not offer POP3 or MIME support. For those of
you who need it, this article provides support for both POP3 and
MIME.":

http://www.codeproject.com/KB/IP/NetPopMimeClient.aspx
 

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