Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "CC:" header field.
Declaration
[C#/Java]
TElStringList CC;
[VB.NET]
Property CC As TElStringList
[Pascal]
property CC: TElStringList;
[C++]
TStringList* get_CC();
void set_CC(TStringList &Value);
void set_CC(TStringList *Value);
[PHP]
TStringList get_CC()
void set_CC(TStringList $Value)
Description
This property contains addresses of the secondary recipients of the message.
Discuss this help topic in SecureBlackbox Forum