Click or drag to resize

ImapSearchFlag Method

Note: This API is now obsolete.

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.26106.1555
Syntax
[ObsoleteAttribute("Please use Imap.Search(Flag) method instead.")]
public List<long> SearchFlag(
	Flag flag
)

Parameters

flag  Flag
Flag to search for.

Return Value

ListInt64
UID list sorted from oldest to newest.
See Also