Saves the specified MailMessage into Outlook .MSG file or stream.
Saves the specified MailMessage into a stream in Outlook .MSG (OLE2) format.
public void MailMessageToMsg(MailMessage,Stream);
Saves the specified MailMessage as Outlook .MSG file.
public void MailMessageToMsg(MailMessage,string);
MsgConvert Class | MailBee.Outlook Namespace