EncodingFlags enumeration
The EncodingFlags enumeration provides various instructions related to encoding headers.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration EncodingFlags
'Usage
Dim instance As EncodingFlags
public enum EncodingFlags
Members
Member name | Description | |
---|---|---|
None | No special encoding instructions are specified. | |
ForceReencode | Force reencoding of headers with the encoding specified in EncodingOptions. | |
EnableRfc2231 | Enable RFC2231 encoding for parameters. | |
QuoteDisplayNameBeforeRfc2047Encoding | The display name is to be output before the headers are encoded by using the method specified in RFC 2047. |