Partager via


DecodingOptions.DecodingFlags Property

The DecodingFlags property returns the DecodingFlags that is used for decoding incoming headers.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property DecodingFlags As DecodingFlags
    Get
'Usage
Dim instance As DecodingOptions
Dim value As DecodingFlags

value = instance.DecodingFlags
public DecodingFlags DecodingFlags { get; }

Property Value

Type: Microsoft.Exchange.Data.Mime.DecodingFlags
The DecodingFlags enumeration returns the DecodingFlags enumeration that specifies the encodings to try when trying to decode incoming headers.