Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderDecodedPart

TElMessagePartHandlerSMime     See also     


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


Contains decoded message.

Declaration

[C#/Java]
    internal protected TElMessagePart DecoderDecodedPart;

[VB.NET]
    Protected Friend Property DecoderDecodedPart As TElMessagePart

[Pascal]
    property DecoderDecodedPart : TElMessagePart;

[PHP]
    not available

[C++]
    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