DecodingResults.DecodingFailed property
The DecodingFailed property gets or sets the result of the decoding attempt.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property DecodingFailed As Boolean
Get
Friend Set
'Usage
Dim instance As DecodingResults
Dim value As Boolean
value = instance.DecodingFailed
public bool DecodingFailed { get; internal set; }
Property value
Type: System.Boolean
Remarks
When raw headers are returned, the value of the DecodingFailed property indicates whether decoding was tried. The DecodingFailed property will be set to true if raw headers are returned and decoding was tried but failed. The DecodingFailed property will be set to false if raw headers are returned but no decoding was tried.