Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderDecodedPart

TElMessagePartHandlerSMime     See also     


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


Contains decoded message.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property DecoderDecodedPart : TElMessagePart;

[PHP]
    not available

[C++]
    not available

[Java]
    not available

Description

    This read-only property contains result of DecoderDecode method execution as parsed message. The message will be decrypted if it was encrypted. The signature will be verified if the message was signed.

Discuss this help topic in SecureBlackbox Forum