Receiving email in VB 2005

M

Martin

Hi all,

I can't find it. A long time ago I made in VB6 an alternative e-mail client,
to receive and process e-mails. Now I need to do something similar, but of
course in VB2005. I found a system.net.mail object, but it seems I can only
send e-mails with this object. I need to receive e-mails and then process
the contents...
How do I receive mail in VB2005?

Tia,
Martin
 
R

rowe_newsgroups

Hi all,

I can't find it. A long time ago I made in VB6 an alternative e-mail client,
to receive and process e-mails. Now I need to do something similar, but of
course in VB2005. I found a system.net.mail object, but it seems I can only
send e-mails with this object. I need to receive e-mails and then process
the contents...
How do I receive mail in VB2005?

Tia,
Martin

How did you do this in VB6? Perhaps you could just update that code?

Thanks,

Seth Rowe
 
R

Rad [Visual C# MVP]

Hi all,

I can't find it. A long time ago I made in VB6 an alternative e-mail client,
to receive and process e-mails. Now I need to do something similar, but of
course in VB2005. I found a system.net.mail object, but it seems I can only
send e-mails with this object. I need to receive e-mails and then process
the contents...
How do I receive mail in VB2005?

Tia,
Martin

It depends on how your email server handles the emails. If your email
server is a POP server, you can use an open source component, OpenPOP to
retrieve and process the emails.
 

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