ExcludesType
extends SearchExpressionType
in package
Represents a bitwise mask of a specified property and a supplied value.
Table of Contents
Properties
- $Bitmask : ExcludesValueType
- Represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies MAPI properties.
- $FieldURI : PathToUnindexedFieldType
- Identifies frequently referenced properties by URI.
- $IndexedFieldURI : PathToIndexedFieldType
- Identifies individual members of a dictionary.
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
$Bitmask
Represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
public
ExcludesValueType
$Bitmask
If the bitmask represents a hexadecimal number, it must be prefixed by 0x or 0X. Otherwise, it will be considered a decimal number.
Tags
$ExtendedFieldURI
Identifies MAPI properties.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$FieldURI
Identifies frequently referenced properties by URI.
public
PathToUnindexedFieldType
$FieldURI
Tags
$IndexedFieldURI
Identifies individual members of a dictionary.
public
PathToIndexedFieldType
$IndexedFieldURI
Tags
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