 | AppleSingleEntries Property |
Gets all entries stored in this instance.
Namespace: Limilabs.Mail.AppleAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListEntry
See Also