Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.To_

TElSimpleMIMEMessage     See also     


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


Specifies contents of "To:" header field.

Declaration

[C#]
    TElStringList To_;

[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.

See also:     CC     BCC    

Discuss this help topic in SecureBlackbox Forum