Discuss this help topic in SecureBlackbox Forum
Decodes message or part.
Declaration
Parameters
Return value
Returns 0 (EL_OK) or 1 (EL_WARNING) on success;
Error otherwise.
Description
This method decodes message or its part. If decoding succeeds, the next attempts to invoke Decode method will be ignored.
Decode method invokes
OnParse method with State parameter set to pstDecode.
If message parsing was invoked with
bActivatePartHandlers set to false,
then enclosed parts (if any) will not be decoded.