EncodingScheme Enumeration
The EncodingScheme enumeration indicates which encoding was detected in the header.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Enumeration EncodingScheme As Byte
public enum EncodingScheme : byte
public enum class EncodingScheme : unsigned char
public enum EncodingScheme
public enum EncodingScheme
Members
Member name | Description |
---|---|
EightBit | Indicates that unencoded 8-bit data was detected in the header. |
Jis | Indicates that mislabeled Japanese Industrial Standard (JIS)–encoded data was detected in the header. |
None | Indicates that the header encoding was not recognized. |
Rfc2047 | Indicates that data encoded according to RFC2047 was detected in the header. |
Rfc2231 | Indicates that data encoded according to RFC2231 was detected in the header. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003