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 Property HeaderDecodingOptions As DecodingOptions
Get
Friend Set
'Usage
Dim instance As MimeDocument
Dim value As DecodingOptions
value = instance.HeaderDecodingOptions
public DecodingOptions HeaderDecodingOptions { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.Mime.DecodingOptions