MsgConvertMailMessageToMsg Method (MailMessage, String) |
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void MailMessageToMsg(
MailMessage msg,
string msgFilename
)
Public Sub MailMessageToMsg (
msg As MailMessage,
msgFilename As String
)
Parameters
- msg
- Type: MailBee.MimeMailMessage
MailMessage to be saved. - msgFilename
- Type: SystemString
The path to the target .MSG file.
Exceptions Remarks If you need to have RTF body in the resulting MSG, see
HtmlToRtfMethod property for the available options.
See Also