MimeReader.HeaderDecodingOptions property
The HeaderDecodingOptions property gets a DecodingOptions structure that specifies how to decode incoming headers.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderDecodingOptions As DecodingOptions
Get
'Usage
Dim instance As MimeReader
Dim value As DecodingOptions
value = instance.HeaderDecodingOptions
public DecodingOptions HeaderDecodingOptions { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.DecodingOptions