Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.ResultCode

TElMessagePartHandler     See also     


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


This read-only property contains the result of the last operation.

Declaration

[C#]
    int ResultCode;

[VB.NET]
    Property ResultCode As Integer

[Pascal]
    property ResultCode: ELMIMERESULT;

[C++]
    int get_ResultCode();

[PHP]
    integer get_ResultCode()

[Java]
    int getResultCode();

Description

    ResultCode contains the error code of the last operation. To find out error description use ErrorText property.

See also:     ErrorText     SetError    

Discuss this help topic in SecureBlackbox Forum