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

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

Subclasses of SearchFilter.RelationalFilter in microsoft.exchange.webservices.data
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. All Rights Reserved.