Messages that do not have the specified keyword flag set.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Shared Function NotKeyword ( _
	keyword As String _
) As ImapSearchParameter
C#
public static ImapSearchParameter NotKeyword(
	string keyword
)

Parameters

keyword
Type: System..::..String
String to search for. Cannot be empty.

Return Value

A search parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also