Discuss this help topic in SecureBlackbox Forum

TElSimplePGPMIMEOptions.CompressMessage

TElSimplePGPMIMEOptions     See also     


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


Specifies whether to compress the message before encryption.

Declaration

[C#]
    bool CompressMessage;

[VB.NET]
    Property CompressMessage As Boolean

[Pascal]
    property CompressMessage: boolean;

[C++]
    bool get_CompressMessage();
    void set_CompressMessage(bool Value);

[PHP]
    bool get_CompressMessage()
    void set_CompressMessage(bool $Value)

[Java]
    boolean getCompressMessage();
    void setCompressMessage(boolean Value);

Description

    Use this property to specify if the message should be compressed before encryption.

See also:     EncoderCrypted    

Discuss this help topic in SecureBlackbox Forum