Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.IsEncrypted

TElMessagePartHandlerPGPMime     See also     


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


Checks whether the message is encrypted.

Declaration

[C#]
    bool IsEncrypted();

[VB.NET]
    Function IsEncrypted() As Boolean

[Pascal]
    function IsEncrypted: boolean;

[C++]
    bool IsEncrypted();

[PHP]
    bool IsEncrypted()

[Java]
    boolean isEncrypted();

Return value

     True if the message is encrypted;
     False otherwise.

Description

    Use this method to chek whether the message is encrypted or not.

See also:     IsSigned    

Discuss this help topic in SecureBlackbox Forum