MimeDocument methods

The MimeDocument type exposes the following members.

Methods

  Name Description
Public method Clone The Clone method creates another MimeDocument object that is identical to this one.
Public method Dispose() The Dispose method readies this MimeDocument object for garbage collection.
Protected method Dispose(Boolean) The Dispose method readies this MimeDocument object for garbage collection.
Public method GetLoadStream The GetLoadStream method returns a write-only stream that can be used to load Multipurpose Internet Mail Extensions (MIME) content into this MimeDocument object.
Public method Load The Load method loads a stream of Multipurpose Internet Mail Extensions (MIME) data into this MimeDocument object.
Public method WriteTo(Stream) The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in the Document Object Model (DOM) to stream.
Public method WriteTo(Stream, EncodingOptions, MimeOutputFilter) The WriteTo method writes the Multipurpose Internet Mail Extensions (MIME) data in the Document Object Model (DOM) to stream by using encodingOptions and filter.

Top

See also

Reference

MimeDocument class

Microsoft.Exchange.Data.Mime namespace