Documentation

NotType extends MultipleOperandBooleanExpressionType
in package

Represents a search expression that negates the Boolean value of the search expression that it contains.

Table of Contents

Properties

$And  : AndType
Represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions.
$Contains  : ContainsExpressionType
Represents a search expression that determines whether a given property contains the supplied constant string value.
$Excludes  : ExcludesType
Performs a bitwise mask of the properties.
$Exists  : ExistsType
Represents a search expression that returns true if the supplied property exists on an item.
$IsEqualTo  : IsEqualToType
Represents a search expression that compares a property with either a constant value or another property and evaluates to true if they are equal.
$IsGreaterThan  : IsGreaterThanType
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than the value or property.
$IsGreaterThanOrEqualTo  : IsGreaterThanOrEqualToType
Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the value or property.
$IsLessThan  : IsLessThanType
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 the value or property.
$IsLessThanOrEqualTo  : IsLessThanOrEqualToType
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 value or property.
$IsNotEqualTo  : IsNotEqualToType
Represents a search expression that compares a property with either a constant value or another property and returns true if the values are not the same.
$Not  : NotType
Represents a search expression that negates the Boolean value of the search expression it contains.
$Or  : OrType
Represents a search expression that performs a logical OR operation on the search expression it contains. The Or element will return true if any of its children return true.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$And

Represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions.

public AndType $And
Tags
since

Exchange 2007

$Contains

Represents a search expression that determines whether a given property contains the supplied constant string value.

public ContainsExpressionType $Contains
Tags
since

Exchange 2007

$IsEqualTo

Represents a search expression that compares a property with either a constant value or another property and evaluates to true if they are equal.

public IsEqualToType $IsEqualTo
Tags
since

Exchange 2007

$IsGreaterThan

Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than the value or property.

public IsGreaterThanType $IsGreaterThan
Tags
since

Exchange 2007

$IsGreaterThanOrEqualTo

Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the value or property.

public IsGreaterThanOrEqualToType $IsGreaterThanOrEqualTo
Tags
since

Exchange 2007

$IsLessThan

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 the value or property.

public IsLessThanType $IsLessThan
Tags
since

Exchange 2007

$IsLessThanOrEqualTo

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 value or property.

public IsLessThanOrEqualToType $IsLessThanOrEqualTo
Tags
since

Exchange 2007

$IsNotEqualTo

Represents a search expression that compares a property with either a constant value or another property and returns true if the values are not the same.

public IsNotEqualToType $IsNotEqualTo
Tags
since

Exchange 2007

$Or

Represents a search expression that performs a logical OR operation on the search expression it contains. The Or element will return true if any of its children return true.

public OrType $Or
Tags
since

Exchange 2007

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results