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 | |
---|---|---|
ComplianceMode | The ComplianceMode property controls how noncompliant incoming Multipurpose Internet Mail Extensions (MIME) documents should be handled. | |
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. | |
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. | |
HeaderDecodingOptions | The HeaderDecodingOptions property gets the DecodingOptions structure that is used to control how incoming headers are decoded. | |
MimeLimits | The MimeLimits property gets the MimeLimits structure that determines the allowed complexity of incoming Multipurpose Internet Mail Extensions (MIME) documents. | |
RootPart | The RootPart property gets or sets the root MimePart in the incoming Multipurpose Internet Mail Extensions (MIME) message. | |
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 | |
---|---|---|
Clone | The Clone method creates another MimeDocument object that is identical to this one. | |
Dispose | Overloaded. The Dispose overloads ready this MimeDocument for garbage collection. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
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. | |
GetType | (inherited from Object ) | |
Load | The Load method loads a stream of Multipurpose Internet Mail Extensions (MIME) data into this MimeDocument object. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
WriteTo | Overloaded. The WriteTo overloads write Multipurpose Internet Mail Extensions (MIME) data to a stream. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top