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.26106.1555
Syntax
public static ICriterion HasKeyword(
	string keyword
)

Parameters

keyword  String
Keyword that should be set.

Return Value

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