Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.IgnoreHeaderRecipients

TElMessagePartHandlerPGPMime     See also     


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


Specifies whether to ignore recipients during message encryption.

Declaration

[C#]
    bool IgnoreHeaderRecipients;

[VB.NET]
    Property IgnoreHeaderRecipients As Boolean

[Pascal]
    property IgnoreHeaderRecipients: boolean;

[C++]
    bool get_IgnoreHeaderRecipients();
    void set_IgnoreHeaderRecipients(bool Value);

[PHP]
    bool get_IgnoreHeaderRecipients()
    void set_IgnoreHeaderRecipients(bool $Value)

[Java]
    boolean getIgnoreHeaderRecipients();
    void setIgnoreHeaderRecipients(boolean Value);

Description

    Use this property to specify whether to ignore header fields "To", "CC", "BCC" during message encryption. If the value is True then the message is encrypted using all keys from the keyring. If the value is False then the message is encrypted using only those keys corresponding to the fields "To", "CC", "BCC".

See also:     IgnoreHeaderSigners    

Discuss this help topic in SecureBlackbox Forum