Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.BCC

TElSimpleMIMEMessage     See also     


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


Specifies contents of the "BCC:" header field.

Declaration

[C#]
    TElStringList BCC;

[VB.NET]
    Property BCC As TElStringList

[Pascal]
    property BCC: TElStringList;

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

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

[Java]
    TElStringList getBCC();
    void setBCC(TElStringList Value);

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