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

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static ICriterion HasKeyword(
	string keyword
)
Visual Basic
Public Shared Function HasKeyword ( _
	keyword As String _
) As ICriterion
Visual C++
public:
static ICriterion^ HasKeyword(
	String^ keyword
)

Parameters

keyword
Type: System..::..String
Keyword that should be set.

Return Value

New expression.

Remarks

Exchange 2007 and 2010 do not support custom flags (keywords).

See Also