Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.InReplyTo

TElSimpleMIMEMessage     See also     


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


Specifies contents of the "In-Reply-To:" header field.

Declaration

[C#]
    string InReplyTo;

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

See also:     ReplyTo    

Discuss this help topic in SecureBlackbox Forum