LumiSoft Mail Server User API
InReplyTo Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > InReplyTo
Gets or sets header field "In-Reply-To:" value. Returns null if value isn't set.
Syntax
C#Visual BasicManaged C++
public string InReplyTo { get; set; }
Public Property InReplyTo As String
public:
String^ InReplyTo {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)