'References' field, ids of the referenced messages. Without surrounding brackets (< and >).

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

Syntax

C#
public List<string> References { get; set; }
Visual Basic
Public Property References As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ References {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

See Also