Gets the ids of the referenced email messages). Does not include surrounding brackets (< and >). This collection can be modified. May be empty.

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

Syntax

C#
IList<string> References { get; }
Visual Basic
ReadOnly Property References As IList(Of String)
	Get
Visual C++
property IList<String^>^ References {
	IList<String^>^ get ();
}

See Also