MailBee.NET Objects 7.2

MsgConvert.MsgToEml Method

Converts Outlook .MSG file or stream into .EML file or stream.

Overload List

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);

See Also

MsgConvert Class | MailBee.Outlook Namespace