Share 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 Property DecodingFlags As DecodingFlags
    Get
    Friend Set
'Usage
Dim instance As DecodingOptions
Dim value As DecodingFlags

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

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.

See also

Reference

DecodingOptions structure

DecodingOptions members

Microsoft.Exchange.Data.Mime namespace