Finds messages with the specified keyword flag set.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static SearchCondition Keyword(
	string text
)

Parameters

text
Type: System..::..String
The keyword flag to search for.

Return Value

A SearchCondition object representing the "KEYWORD" search criterion.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe text parameter is null.

See Also