Table of Contents

Class SearchFilter.Not

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a search filter that negates another. Applications can use NotFilter to define conditions such as "NOT(other filter)".

public sealed class SearchFilter.Not : SearchFilter
Inheritance
SearchFilter.Not
Inherited Members

Constructors

Not()

Initializes a new instance of the SearchFilter.Not class.

public Not()

Not(SearchFilter)

Initializes a new instance of the SearchFilter.Not class.

public Not(SearchFilter searchFilter)

Parameters

searchFilter SearchFilter

The search filter to negate. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection.

Properties

SearchFilter

Gets or sets the search filter to negate. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection.

public SearchFilter SearchFilter { get; set; }

Property Value

SearchFilter