Gets or sets parent message id of the message ('In-Reply-To' header). Without surrounding brackets (< and >)

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string InReplyTo { get; private set; }
Visual Basic
Public Property InReplyTo As String
	Get
	Private Set
Visual C++
public:
property String^ InReplyTo {
	String^ get ();
	private: void set (String^ value);
}

See Also