Discuss this help topic in SecureBlackbox Forum
Specifies contents of "To:" header field.
Declaration
[C#/Java]
TElStringList To_;
[VB.NET]
Property To_ As TElStringList
[Pascal]
property To_: TElStringList;
[C++]
TStringList* get_To_();
void set_To_(TStringList &Value);
void set_To_(TStringList *Value);
[PHP]
TStringList get_To_()
void set_To_(TStringList $Value)
Description
This property contains the address(es) of the primary recipient(s) of the message.
Discuss this help topic in SecureBlackbox Forum