Discuss this help topic in SecureBlackbox Forum

TElMessage.ResentBCC

TElMessage     See also     


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


Specifies contents of "Resent-Bcc:" header field.

Declaration

[C#]
    TElMailAddressList ResentBCC;

[VB.NET]
    Property ResentBCC As TElMailAddressList

[Pascal]
    property ResentBCC : TElMailAddressList;

[C++]
    TElMailAddressList* get_ResentBCC();
    void set_ResentBCC(TElMailAddressList &Value);
    void set_ResentBCC(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_ResentBCC()
    void set_ResentBCC(TElMailAddressList $Value)

[Java]
    TElMailAddressList getResentBCC();
    void setResentBCC(TElMailAddressList Addresses);

Parameters

  • Addresses -

Description

    The meaning of this property is similar to the BCC property but it contains addresses of secondary recipients of the resent message whose addresses are not to be revealed to other recipients.

    Mail servers remove Resent-BCC header when processing tthe message and use its value for dispatching of the message.

See also:     BCC     ResentCC     ResentTo    

Discuss this help topic in SecureBlackbox Forum