MailMessageSerialize Method
Saves the message into the specified .XML file or XML stream.
Overload List
  NameDescription
Public methodCode exampleSerialize(String)
Saves the message into the specified .XML file.
Public methodCode exampleSerialize(XmlWriter)
Saves the message into XML stream using the specified XmlWriter object.
Top
See Also