Overload List

  NameDescription
EmbedObjectAsXml(String, Object)
Embeds an XML-serialized object as an XML attachment with mime-type Xml using the default XmlSerializer for the object's type.
EmbedObjectAsXml(String, Object, XmlSerializer)
Embeds an XML-serialized object as an XML attachment with mime-type Xml using the specified XmlSerializer.

See Also