Can an SMTP e-mail account be polled?

  • Thread starter Thread starter WaveyD
  • Start date Start date
W

WaveyD

Hi

Can somebody please please please help me

I need to be able to poll the contents of an SMTP e-mail account
The idea being, process an e-mail automatically and do something any
attached files

I have dicovered how to send an e-mail using System.Web.Mail, but can see
away to received/proccess e-mail in an inbox

I have an e-mail account setup in exchange + the username and password

It is my second day using vb.net and I am stuck this one

Thanks in advance

Wavey D
 
Hi,

Need to use sockets to do that.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncodefun/html/code4fun03282003.asp

Ken
-----------------------
Hi

Can somebody please please please help me

I need to be able to poll the contents of an SMTP e-mail account
The idea being, process an e-mail automatically and do something any
attached files

I have dicovered how to send an e-mail using System.Web.Mail, but can see
away to received/proccess e-mail in an inbox

I have an e-mail account setup in exchange + the username and password

It is my second day using vb.net and I am stuck this one

Thanks in advance

Wavey D
 
.. . .
I need to be able to poll the contents of an SMTP e-mail account .. . .
I have dicovered how to send an e-mail using System.Web.Mail, but
can't see a way to received/proccess e-mail in an inbox

I've only ever seen SMTP used for /sending/ emails. If you want to
read stuff back again, you'd probably be better off reading up on the
POP3 protocol.

HTH,
Phill W.
 

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

Back
Top