Discuss this help topic in SecureBlackbox Forum
This read-only property specifies, what kinds of errors were encountered during processing.
Declaration
Values
|
TElSMimeErrors values
|
Description
This property specifies zero or more errors that occured during processing of the message or message part.
Note, Errors property values differ in VCL and .NET versions.
If several errors occur in .NET, they will be represented as a bitwise sum. For example if smeNotFoundSignaturePart and smeNotFoundBodyPart errors occurred
, the value of the property is 6 (smeNotFoundSignaturePart = 2, smeNotFoundBodyPart = 4).