MsgConvertEmlToMsg Method
Converts RFC822 .EML file or stream into Outlook .MSG file or stream.
Overload List
  NameDescription
Public methodEmlToMsg(Stream, Stream)
Converts .EML data (in RFC822 text format) into a stream in Outlook .MSG (OLE2) format with 8-bit encoding.
Public methodCode exampleEmlToMsg(String, String)
Converts .EML data (in RFC822 text format) into a file in Outlook .MSG (OLE2) format with 8-bit encoding.
Top
See Also