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.26106.1555
Syntax
public static ICriterion HasFlag(
	Flag flag
)

Parameters

flag  Flag
Flag that should be set.

Return Value

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