SearchFilter.Not Class

Definition

Represents search filter that applies a Boolean NOT to another search filter.

public: ref class SearchFilter::Not sealed : Microsoft::Exchange::WebServices::Data::SearchFilter
public sealed class SearchFilter.Not : Microsoft.Exchange.WebServices.Data.SearchFilter
Public NotInheritable Class SearchFilter.Not
Inherits SearchFilter
Inheritance

Remarks

Applications can use the SearchFilter.Not class to define conditions such as NOT(other filter).

The following are the search filter classes that can be used with the SearchFilter.Not class:

Constructors

SearchFilter.Not()

Initializes a new instance of the SearchFilter.Not class.

SearchFilter.Not(SearchFilter)

Initializes a new instance of the SearchFilter.Not class with the specified search filter.

Properties

SearchFilter

Gets or sets the search filter to negate.

Applies to