Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "In-Reply-To:" header field.
Declaration
[VB.NET]
Property InReplyTo As String
[Pascal]
property InReplyTo : WideString;
[C++]
void get_InReplyTo(sb_u16string &OutResult);
void get_InReplyTo(std::wstring &OutResult);
void set_InReplyTo(const sb_u16string &Value);
void set_InReplyTo(const std::wstring &Value);
[PHP]
string get_InReplyTo()
void set_InReplyTo(string $Value)
[Java]
String getInReplyTo();
void setInReplyTo(String Value);
Description
Reply message should have the "In-Reply-To:" header field, which are used to identify the message (or messages) to which the new message is a reply.
Discuss this help topic in SecureBlackbox Forum