| AppleSingleEntries Property |
Gets all entries stored in this instance.
Namespace:
Limilabs.Mail.Apple
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<Entry> Entries { get; }
Public ReadOnly Property Entries As List(Of Entry)
Get
public:
property List<Entry^>^ Entries {
List<Entry^>^ get ();
}
member Entries : List<Entry> with get
Property Value
Type:
ListEntrySee Also