MsgConvertMsgToMailMessage Method
Parses Outlook .MSG file or stream into MailMessage object.
Overload List
  NameDescription
Public methodCode exampleMsgToMailMessage(Stream)
Parses Outlook .MSG data stream into MailMessage object.
Public methodMsgToMailMessage(String)
Parses Outlook .MSG file into MailMessage object.
Top
See Also