 | ImapGetAll Method |
Gets UIDs of all messages in the current folder (mailbox) sorted from oldest to newest. Equivalent to Search(Expression.All()).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<long> GetAll()
Public Function GetAll As List(Of Long)
public:
List<long long>^ GetAll()
member GetAll : unit -> List<int64>
Return Value
ListInt64UID list sorted from oldest to newest.
See Also