MailMessage & mime encoded SMTP data

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am trying to build System.Mail.MailMessage object out of mime encoded
SMTP data. I have following questions

Byte[] byteMailData; //mime encoded STMP data for "email with
attachment"

1) MailMessage.Body = Convert(byteMailData);
If I do the above, will MailMessage object extract the Message
BODY, Message HEADER and Attachments automatically.

2) Can MailMessage.Attachemnt() understand MIME encoded attachment
data?


3) Is there a .Net class to decode MIME data?

Thanks
Ramesh

.



Relevant Pages