Discuss this help topic in SecureBlackbox Forum
Specifies the contents of the "Reply-To:" header field if it is present.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum