MailMessageSaveMessage Method (String) |
Namespace: MailBee.Mime
Exception | Condition |
---|---|
MailBeeInvalidArgumentException | filename is a null reference (Nothing in Visual Basic) or an empty string. |
MailBeeIOException | An I/O error occurred and ThrowExceptions is true. |
The common file extension of e-mails in MIME format is .EML. If you need to produce an .MSG file which can be opened by MS Outlook, use methods of MsgConvert class.
The developer can use LoadMessage(String) method to load the previously saved message.