Uses of Class
microsoft.exchange.webservices.data.SearchFilter.PropertyBasedFilter

Uses of SearchFilter.PropertyBasedFilter in microsoft.exchange.webservices.data
 

Subclasses of SearchFilter.PropertyBasedFilter in microsoft.exchange.webservices.data
static class SearchFilter.ContainsSubstring
          Represents a search filter that checks for the presence of a substring inside a text property.
static class SearchFilter.ExcludesBitmask
          Represents a bitmask exclusion search filter.
static class SearchFilter.Exists
          Represents a search filter checking if a field is set.
static class SearchFilter.IsEqualTo
          Represents a search filter that checks if a property is equal to a given value or other property.
static class SearchFilter.IsGreaterThan
          Represents a search filter that checks if a property is greater than a given value or other property.
static class SearchFilter.IsGreaterThanOrEqualTo
          Represents a search filter that checks if a property is greater than or equal to a given value or other property.
static class SearchFilter.IsLessThan
          Represents a search filter that checks if a property is less than a given value or other property.
static class SearchFilter.IsLessThanOrEqualTo
          Represents a search filter that checks if a property is less than or equal to a given value or other property.
static class SearchFilter.IsNotEqualTo
          Represents a search filter that checks if a property is not equal to a given value or other property.
static class SearchFilter.RelationalFilter
          Represents the base class for relational filters (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).
 



Copyright © 2012. All Rights Reserved.