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 | |
|---|---|---|
| .gif) | CharsetName | The CharsetName property gets or sets the name of the character set used for the decoding attempt. | 
| .gif) | CultureName | The CultureName property gets or sets the name of the culture used for the decoding attempt. | 
| .gif) | DecodingFailed | The DecodingFailed property gets or sets the result of the decoding attempt. | 
| .gif) | EncodingScheme | The EncodingScheme gets or sets the EncodingScheme used to decode incoming headers. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from ValueType ) | 
| .gif) | GetHashCode | (inherited from ValueType ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from ValueType ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top