DecodingResults members
The DecodingResults structure indicates whether incoming Multipurpose Internet Mail Extensions (MIME) headers were successfully decoded.
The DecodingResults type exposes the following members.
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