Table of Contents

Class SearchFilter.IsGreaterThan

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a search filter that checks if a property is greater than a given value or other property.

public sealed class SearchFilter.IsGreaterThan : SearchFilter.RelationalFilter
Inheritance
SearchFilter.IsGreaterThan
Inherited Members

Constructors

IsGreaterThan()

Initializes a new instance of the SearchFilter.IsGreaterThan class.

public IsGreaterThan()

IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the SearchFilter.IsGreaterThan class.

public IsGreaterThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)

Parameters

propertyDefinition PropertyDefinitionBase

The definition of the property that is being compared. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)

otherPropertyDefinition PropertyDefinitionBase

The definition of the property to compare with. Property definitions are available on schema classes (EmailMessageSchema, AppointmentSchema, etc.)

IsGreaterThan(PropertyDefinitionBase, object)

Initializes a new instance of the SearchFilter.IsGreaterThan class.

public IsGreaterThan(PropertyDefinitionBase propertyDefinition, object value)

Parameters

propertyDefinition PropertyDefinitionBase

The definition of the property that is being compared. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)

value object

The value to compare the property with.