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