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
'Usage
Dim instance As EncodingScheme
public enum EncodingScheme
Members
Member name | Description | |
---|---|---|
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. | |
Jis | Indicates that mislabeled Japanese Industrial Standard (JIS)–encoded data was detected in the header. | |
EightBit | Indicates that unencoded 8-bit data was detected in the header. |