Logically negates search conditions, meaning a message will only be included in the search result if the specified conditions are not met.

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

Syntax

C#
public SearchCondition Not(
	SearchCondition other
)

Parameters

other
Type: S22.Imap..::..SearchCondition
A search condition that must not be met by a message for it to be included in the search result set.

Return Value

A new SearchCondition instance which can be further chained with other search conditions.

Exceptions

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

See Also