MailMessageSerialize Method (String) |
Saves the message into the specified .XML file.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool Serialize(
string filename
)
Public Function Serialize (
filename As String
) As Boolean
Parameters
- filename
- Type: SystemString
The path to the .XML file to be saved.
Return Value
Type:
Booleantrue if the message was successfully saved to .XML file; otherwise,
false.
Exceptions Remarks Examples See Also