DecodingFlags Enumeration
The DecodingFlags enumeration indicates the encodings to try when you are trying to decode Multipurpose Internet Mail Extensions (MIME) headers.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DecodingFlags
[FlagsAttribute] 
public enum DecodingFlags
[FlagsAttribute] 
public enum class DecodingFlags
/** @attribute FlagsAttribute() */ 
public enum DecodingFlags
FlagsAttribute 
public enum DecodingFlags
Members
| Member name | Description | 
|---|---|
| AllEncodings | Try all the other encodings represented by the DecodingFlags enumeration. | 
| AllowControlCharacters | Pass control characters in the header without fixing them. | 
| FallbackToRaw | Return the raw headers if encoding fails. | 
| Jis | Try to decode headers by using Japanese Industrial Standard (JIS) decoding. | 
| None | Do not try to decode any headers because the value is already converted to Unicode. | 
| Rfc2047 | Try to decode headers by using the encoding specified in RFC2047. | 
| Rfc2231 | Try to decode headers by using the encoding specified in RFC2231. | 
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003