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!
-AlexHey Alex,
Check out the following libraries:
OpenPOP http://sourceforge.net/projects/hpop/
OpenSMTP http://sourceforge.net/projects/opensmtp-net/
On 22 Nov 2006 07:08:20 -0800, "Alex" <alexr14@.gmail.com> wrote:
>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
--
Bits.Bytes.
http://bytes.thinkersroom.com
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment