Parsing a MailMessage

  • Thread starter Thread starter Edgar Harris
  • Start date Start date
E

Edgar Harris

I have to parse mail messages from an email server for an application that
I'm working on. I'm somewhat familiar with the MailMessage class that is
available in the .NET Framework. I've noticed that the MailMessage class has
a host of convenient properties that have all of the information I would ever
need from a MailMessage, but as far as I can tell I can only use the
MailMessage class in order to generate MailMessages. I can't find a way to
take an existing email message in a server and create a MailMessage object
based on that email message. Is there an existing class in the library that
will create a MailMessage object based on an email file? I appreciate any
help I can get on this subject. Thank you.
 
As far as I can tell, there isnt. We had a similar situation and had to buy
a 3rd party product. We ended choosing Rebex mail and we quite happy with
it.

Radek
 
That's what I suspected. I'll check out Rebex. I talked to some other
developers and the also recommended email architect. Anyhow this information
is very useful, and I thank you for it.
 
Back
Top