Hunny Software Library Reference

QuotedPrintableDecoderW.ErrorDetected Property

Indicates if an error occurred while decoding.

[Visual Basic]
Public ReadOnly Property ErrorDetected As Boolean
[C#]
public bool ErrorDetected {get;}

Property Value

True if the decoder detected an error while decoding.

Remarks

After a decode operation, you may check the value of this property to discover if the decoder detected any errors while decoding.

The decoder correctly decodes all content that is encoded according to the MIME standard. However, if the content is encoded incorrectly, the decoder detects an error, and the decoder may not be able to correctly decode the content. The decoder treats all errors as non-fatal and tries to recover from them.

The decoder treats errors as non-fatal errors because most quoted-printable-encoded content is text. Even if there are errors in decoding the content, the text should still be presented to a human user, since humans are much better than machines at understanding text.

See Also

QuotedPrintableDecoderW Class | Hunny.Mime Namespace