Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.Errors

TElMessagePartHandlerSMime     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property specifies, what kinds of errors were encountered during processing.

Declaration

[C#]
    TElSMimeErrors Errors;

[VB.NET]
    Property Errors As TElSMimeErrors

[Pascal]
    property Errors :TElSMimeErrors;
    TElSMimeErrors = set of TElSMimeError;

[C++]
    TElSMimeErrors get_Errors();

[PHP]
    integer get_Errors()

[Java]
    short getErrors();

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).

See also:     DecoderSignIsCorrectly    

Discuss this help topic in SecureBlackbox Forum