MailBee.NET Objects 3.1

MailMessage.Serialize Method

Saves the message into the specified .XML file or XML stream.

Overload List

Saves the message into the specified .XML file.

public bool Serialize(string);

Saves the message into XML stream using the specified XmlTextWriter object.

public bool Serialize(XmlTextWriter);

See Also

MailMessage Class | MailBee.Mime Namespace | Deserialize