Click or drag to resize

ImapSearchAsync Method (Flag)

Gets UIDS of all messages in the current folder (mailbox) with specified flag sorted from oldest to newest. Equivalent to Search(Expression.HasFlag(flag))

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<List<long>> SearchAsync(
	Flag flag
)

Parameters

flag
Type: Limilabs.Client.IMAPFlag
Flag to search for.

Return Value

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