Saves the message into the specified .XML file or XML stream.
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);
MailMessage Class | MailBee.Mime Namespace | Deserialize