SearchFilter.SearchFilterCollection.Add(SearchFilter) Method
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.
Adds a search filter of any type to the collection.
public:
void Add(Microsoft::Exchange::WebServices::Data::SearchFilter ^ searchFilter);
public void Add (Microsoft.Exchange.WebServices.Data.SearchFilter searchFilter);
Parameters
- searchFilter
- SearchFilter
The search filter to add.
Remarks
The following are the available search filter classes:
- SearchFilter.ContainsSubstring
- SearchFilter.ExcludesBitmask
- SearchFilter.Exists
- SearchFilter.IsEqualTo
- SearchFilter.IsGreaterThan
- SearchFilter.IsGreaterThanOrEqualTo
- SearchFilter.IsLessThan
- SearchFilter.IsLessThanOrEqualTo
- SearchFilter.IsNotEqualTo
- SearchFilter.Not
- SearchFilter.PropertyBasedFilter
- SearchFilter.SearchFilterCollection