SearchFilter.Not Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
- SearchFilter.ContainsSubstring
- SearchFilter.ExcludesBitmask
- SearchFilter.Exists
- SearchFilter.IsEqualTo
- SearchFilter.IsGreaterThan
- SearchFilter.IsGreaterThanOrEqualTo
- SearchFilter.IsLessThan
- SearchFilter.IsLessThanOrEqualTo
- SearchFilter.IsNotEqualTo
- SearchFilter.Not
- SearchFilter.PropertyBasedFilter
- SearchFilter.SearchFilterCollection
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. |