Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.EncoderCrypted

TElMessagePartHandlerSMime     See also     


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


Specifies if message must be encrypted.

Declaration

[C#]
    bool EncoderCrypted;

[VB.NET]
    Property EncoderCrypted As Boolean

[Pascal]
    property EncoderCrypted : Boolean;

[C++]
    bool get_EncoderCrypted();
    void set_EncoderCrypted(bool Value);

[PHP]
    bool get_EncoderCrypted()
    void set_EncoderCrypted(bool $Value)

[Java]
    boolean getEncoderCrypted();
    void setEncoderCrypted(boolean Value);

Description

    Use this property to specify if new message (part) must be encrypted.
    Default value is False.

Discuss this help topic in SecureBlackbox Forum