Click or drag to resize

ExpressionHasKeyword Method

Creates a criterion to find messages with the specified keyword flag set.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion HasKeyword(
	string keyword
)

Parameters

keyword
Type: SystemString
Keyword that should be set.

Return Value

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