Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.CC

TElSimpleMIMEMessage     See also     


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


Specifies contents of the "CC:" header field.

Declaration

[C#]
    TElStringList CC;

[VB.NET]
    Property CC As TElStringList

[Pascal]
    property CC: TElStringList;

[C++]
    TElStringList* get_CC();
    void set_CC(TElStringList &Value);
    void set_CC(TElStringList *Value);

[PHP]
    TElStringList get_CC()
    void set_CC(TElStringList $Value)

[Java]
    TElStringList getCC();
    void setCC(TElStringList Value);

Description

    This property contains addresses of the secondary recipients of the message.

See also:     To_     BCC    

Discuss this help topic in SecureBlackbox Forum