|
 |
aspx thread: Service to detect incoming email and parsing it
Message #1 by "Chris Kersey" <ckersey@m...> on Mon, 10 Jun 2002 10:08:55 -0700
|
|
Hi,
I'm looking to set up an email parsing application that detects when an
email arrives and then parse the email for information. What kinds of
things will I need to set up in order to get this type of functionality
working in ASP.NET?
Thanks,
Chris
Message #2 by Terrence Joubert <Terrence@v...> on Tue, 11 Jun 2002 07:26:30 +0400
|
|
Chris
Use the classes in the System.Web.Mail namespace. They will give you a lot
of mail functionality.
Terrence
-----Original Message-----
From: Chris Kersey [mailto:ckersey@m...]
Sent: Monday, June 10, 2002 9:09 PM
To: ASP+
Subject: [aspx] Service to detect incoming email and parsing it
Hi,
I'm looking to set up an email parsing application that detects when an
email arrives and then parse the email for information. What kinds of
things will I need to set up in order to get this type of functionality
working in ASP.NET?
Thanks,
Chris
|
|
 |