Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.ReplyTo

TElSimpleMIMEMessage     See also     


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


Specifies the contents of the "Reply-To:" header field if it is present.

Declaration

[C#]
    string ReplyTo;

[VB.NET]
    Property ReplyTo As String

[Pascal]
    property ReplyTo: WideString;

[C++]
    void get_ReplyTo(sb_u16string &OutResult);
    void get_ReplyTo(std::wstring &OutResult);
    void set_ReplyTo(const sb_u16string &Value);
    void set_ReplyTo(const std::wstring &Value);

[PHP]
    string get_ReplyTo()
    void set_ReplyTo(string $Value)

[Java]
    String getReplyTo();
    void setReplyTo(String Value);

Description

    This property specifies the addresses to which the replies to the message should be sent. This field is optional. If not specified, the replies must be sent to the addresses specified in the From field.

See also:     From     Sender    

Discuss this help topic in SecureBlackbox Forum