LumiSoft Net Help
InReplyTo Property
NamespacesLumiSoft.Net.MailMail_MessageInReplyTo
Gets or sets identify replied-to message(s). Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public string InReplyTo { get; set; }
Public Property InReplyTo As String
	Get
	Set
public:
property String^ InReplyTo {
	String^ get ();
	void set (String^ value);
}
member InReplyTo : string with get, set
Property Value
Remarks
The message identifier(s) of the original message(s) to which the current message is a reply.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119