Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "CC:" header field.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum