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.
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.