Loads the message from the specified .XML file or from XML stream.
Loads a message from the specified .XML file.
public bool Deserialize(string);
Loads a message from XML stream using the specified XmlTextReader object.
public bool Deserialize(XmlTextReader);
MailMessage Class | MailBee.Mime Namespace