Uses of Class
microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter

Packages that use SearchFilter.RelationalFilter
microsoft.exchange.webservices.data.search.filter   
 

Uses of SearchFilter.RelationalFilter in microsoft.exchange.webservices.data.search.filter
 

Subclasses of SearchFilter.RelationalFilter in microsoft.exchange.webservices.data.search.filter
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.
 



Copyright © 2012–2015 Microsoft. All rights reserved.