DecodingResults Members
The DecodingResults structure indicates whether incoming Multipurpose Internet Mail Extensions (MIME) headers were successfully decoded.
The following tables list the members exposed by the DecodingResults type.
Public Properties
Name | Description | |
---|---|---|
CharsetName | The CharsetName property gets or sets the name of the character set used for the decoding attempt. | |
CultureName | The CultureName property gets or sets the name of the culture used for the decoding attempt. | |
DecodingFailed | The DecodingFailed property gets or sets the result of the decoding attempt. | |
EncodingScheme | The EncodingScheme gets or sets the EncodingScheme used to decode incoming headers. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top