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

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

Syntax

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

See Also