SMTP .NET Parser - NEED HELP PLEASE!

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

I would like to write a VB.NET 2.0 program that is scheduled and checks
a SMTP server, possibly via POP3. This parser will check for new
messages, bad messages, and parse the text contained within the email
and header. My main goal is to have many email addresses created on the
fly and they all get routed to the same location which my program will
detect which email address an email was sent to. Attachments will also
need to be parsed and processed.

Where do I begin and where can I find code for such tasks?

Thanks in advance!

-Alex
 
Back
Top