Click or drag to resize

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.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<long> GetAll()

Return Value

Type: ListInt64
UID list sorted from oldest to newest.
See Also