Converts Outlook .MSG file or stream into .EML file or stream.
Converts Outlook .MSG data (in OLE2 binary format) into .EML data (in RFC822 MIME format).
public void MsgToEml(Stream,Stream);
Converts Outlook .MSG file (in OLE2 binary format) into .EML file (in RFC822 MIME format).
public void MsgToEml(string,string);
MsgConvert Class | MailBee.Outlook Namespace