POP3 Email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can I download an email from a pop3 server along with the atachment using vb.net?

Thanks
 
=?Utf-8?B?Q2hyaXM=?= said:
How can I download an email from a pop3 server along with the atachment
using vb.net?

www.indyproject.org - Its free.

You can also use webmail, but webmail requires CDO which is not on all
machines, and its not very robust in its handling of messages. Actually AFAIK
it handles POP3 - I know it handles SMTP.
 
Chad,

* "Chad Z. Hower aka Kudzu said:
You can also use webmail, but webmail requires CDO which is not on all
machines, and its not very robust in its handling of messages. Actually AFAIK
it handles POP3 - I know it handles SMTP.

webmail = 'System.Web.Mail'?
 
Back
Top