LumiSoft Net Help
References Property
NamespacesLumiSoft.Net.MailMail_MessageReferences
Gets or sets related message identifier(s). Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public string References { get; set; }
Public Property References As String
	Get
	Set
public:
property String^ References {
	String^ get ();
	void set (String^ value);
}
member References : string with get, set
Property Value
Remarks
The message identifier(s) of other message(s) to which the current message may be related. In RFC 2822, the definition was changed to say that this header field contains a list of all Message-IDs of messages in the preceding reply chain.
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