Share via


MimeDocument Members

The MimeDocument class represents a Multipurpose Internet Mail Extensions (MIME) document.

The following tables list the members exposed by the MimeDocument type.

Public Constructors

  Name Description
MimeDocument Overloaded. The MimeDocument constructor overloads create new MimeDocument objects.

Top

Public Properties

  Name Description
Aa581214.pubproperty(en-us,EXCHG.80).gif ComplianceMode The ComplianceMode property controls how noncompliant incoming Multipurpose Internet Mail Extensions (MIME) documents should be handled.
Aa581214.pubproperty(en-us,EXCHG.80).gif ComplianceStatus The ComplianceStatus property indicates which errors were found in the incoming Multipurpose Internet Mail Extensions (MIME) document or that the MIME document is compliant.
Aa581214.pubproperty(en-us,EXCHG.80).gif EndOfHeaders The EndOfHeaders property gets or sets the callback to use when the end of the headers in a Multipurpose Internet Mail Extensions (MIME) part is reached.
Aa581214.pubproperty(en-us,EXCHG.80).gif HeaderDecodingOptions The HeaderDecodingOptions property gets the DecodingOptions structure that is used to control how incoming headers are decoded.
Aa581214.pubproperty(en-us,EXCHG.80).gif MimeLimits The MimeLimits property gets the MimeLimits structure that determines the allowed complexity of incoming Multipurpose Internet Mail Extensions (MIME) documents.
Aa581214.pubproperty(en-us,EXCHG.80).gif RootPart The RootPart property gets or sets the root MimePart in the incoming Multipurpose Internet Mail Extensions (MIME) message.
Aa581214.pubproperty(en-us,EXCHG.80).gif Version The Version property gets an integer that is incremented every time that the Multipurpose Internet Mail Extensions (MIME) tree is changed, reset, or reloaded.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa581214.pubmethod(en-us,EXCHG.80).gif Clone The Clone method creates another MimeDocument object that is identical to this one.
Aa581214.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded. The Dispose overloads ready this MimeDocument for garbage collection.
Aa581214.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa581214.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa581214.pubmethod(en-us,EXCHG.80).gif 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.
Aa581214.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa581214.pubmethod(en-us,EXCHG.80).gif Load The Load method loads a stream of Multipurpose Internet Mail Extensions (MIME) data into this MimeDocument object.
Aa581214.pubmethod(en-us,EXCHG.80).gifAa581214.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa581214.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa581214.pubmethod(en-us,EXCHG.80).gif WriteTo Overloaded. The WriteTo overloads write Multipurpose Internet Mail Extensions (MIME) data to a stream.

Top

Protected Methods

  Name Description
Aa581214.protmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa581214.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa581214.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top