Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.EncoderSignRootHeader

TElMessagePartHandlerSMime     See also     


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


Specifies whether to sign root header of the message.

Declaration

[C#]
    bool EncoderSignRootHeader;

[VB.NET]
    Property EncoderSignRootHeader As Boolean

[Pascal]
    property EncoderSignRootHeader: Boolean;

[C++]
    bool get_EncoderSignRootHeader();
    void set_EncoderSignRootHeader(bool Value);

[PHP]
    bool get_EncoderSignRootHeader()
    void set_EncoderSignRootHeader(bool $Value)

[Java]
    boolean getEncoderSignRootHeader();
    void setEncoderSignRootHeader(boolean Value);

Description

    Use this property to specify whether to sign root header of the message.

Discuss this help topic in SecureBlackbox Forum