| MailBuilderReferences Property |
Gets unique ids (
MessageID) of the referenced email messages ('References' header). Does not include brackets (< and >).
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> References { get; }
Public ReadOnly Property References As List(Of String)
Get
public:
property List<String^>^ References {
List<String^>^ get ();
}
member References : List<string> with get
Property Value
Type:
ListStringSee Also