Converts RFC822 .EML file or stream into Outlook .MSG file or stream.
Converts .EML data (in RFC822 text format) into a stream in Outlook .MSG (OLE2) format with 8-bit encoding.
public void EmlToMsg(Stream,Stream);
Converts .EML data (in RFC822 text format) into a file in Outlook .MSG (OLE2) format with 8-bit encoding.
public void EmlToMsg(string,string);
MsgConvert Class | MailBee.Outlook Namespace