Discuss this help topic in SecureBlackbox Forum

TElMessage.BCC

TElMessage     See also     


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


Specifies contents of "BCC:" header field.

Declaration

[C#]
    TElMailAddressList BCC;

[VB.NET]
    Property BCC As TElMailAddressList

[Pascal]
    property BCC : TElMailAddressList;

[C++]
    TElMailAddressList* get_BCC();
    void set_BCC(TElMailAddressList &Value);
    void set_BCC(TElMailAddressList *Value);

[PHP]
    TElMailAddressList get_BCC()
    void set_BCC(TElMailAddressList $Value)

[Java]
    TElMailAddressList getBCC();
    void setBCC(TElMailAddressList Addresses);

Parameters

  • Addresses -

Description

    This property contains addresses of secondary recipients of the message whose addresses are not to be revealed to other recipients of the message.
    Mail servers remove BCC header when processing the message and use its value for dispatching of the message.

See also:     To_     CC    

Discuss this help topic in SecureBlackbox Forum