This documentation is archived and is not being maintained.
EncodingFlags Enumeration
EWS Managed API
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)
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
| Member name | Description |
|---|---|
| EnableRfc2231 | Enable RFC2231 encoding for parameters. |
| ForceReencode | Force reencoding of headers with the encoding specified in EncodingOptions. |
| None | No special encoding instructions are specified. |
| QuoteDisplayNameBeforeRfc2047Encoding | Quote a display name before it is encoded as defined in section 2 of RFC 2047, "MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text". |
Show: