Click or drag to resize

ExpressionHasFlag Method

Creates a criterion to find messages that have specified flag set.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion HasFlag(
	Flag flag
)

Parameters

flag
Type: Limilabs.Client.IMAPFlag
Flag that should be set.

Return Value

Type: ICriterion
New expression.
Remarks
Exchange 2007 and 2010 do not support custom flags (keywords).
See Also