MimeDocument.HeaderDecodingOptions Property
The HeaderDecodingOptions property gets the DecodingOptions structure that is used to control how incoming headers are decoded.
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 MimeDocument
Dim value As DecodingOptions
value = instance.HeaderDecodingOptions
public DecodingOptions HeaderDecodingOptions { get; }