Click or drag to resize

ExpressionNot Method

Creates a criterion to find messages that do not match the specified search key.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion Not(
	ICriterion criterion
)

Parameters

criterion
Type: Limilabs.Client.IMAPICriterion
Criterion that must not be matched.

Return Value

Type: ICriterion
New expression.
See Also