Sdílet prostřednictvím


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
public bool DecodingFailed { get; }
public:
property bool DecodingFailed {
    bool get ();
}
/** @property */
public boolean get_DecodingFailed ()
public function get DecodingFailed () : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003