IsLessThanOrEqualTo
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The IsLessThanOrEqualTo element represents a search expression that compares a property with either a constant value or another property and returns true if the first property is less than or equal to the second.
<IsLessThanOrEqualTo> <FieldURI/> <FieldURIOrConstant/> </IsLessThanOrEqualTo>
<IsLessThanOrEqualTo> <IndexedFieldURI/> <FieldURIOrConstant/> </IsLessThanOrEqualTo>
<IsLessThanOrEqualTo> <ExtendedFieldURI/> <FieldURIOrConstant/> </IsLessThanOrEqualTo>
IsLessThanOrEqualToType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
|
Element |
Description |
|---|---|
|
Identifies frequently referenced properties by URI. |
|
|
Identifies individual members of a dictionary. |
|
|
Identifies MAPI properties. |
|
|
Represents either a property or a constant value to be used when comparing with another property. |
Parent elements
|
Element |
Description |
|---|---|
|
Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations. |
|
|
Represents a search expression that negates the Boolean value of the search expression it contains. |
|
|
Represents a search expression that enables you to perform a Boolean And operation between two or more search expressions. The result of the And operation is true if all of the search expressions contained within the And are true. |
|
|
Represents a search expression that performs a logical OR on the search expression it contains. Or will return true if any of its children return true. Or must have two or more children. |