MimeContentType Members
The MimeContentType class contains the native MIME stream of an object that is represented in base64Binary format.
The following tables list the members exposed by the MimeContentType type.
Public Constructors
Name | Description | |
---|---|---|
MimeContentType | The MimeContentType constructor initializes a new instance of the MimeContentType class. |
Top
Public Properties
Name | Description | |
---|---|---|
CharacterSet | The CharacterSet property gets or sets the ISO character set that is used in the MIME message. | |
Value | The Value property gets or sets the MIME content of an object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top