Documentation

ContainmentComparisonType extends Enumeration
in package

Determines whether a search ignores cases and spaces.

Table of Contents

Constants

EXACT  = 'Exact'
The comparison must be exact.
IGNORE_CASE  = 'IgnoreCase'
The comparison ignores casing.
IGNORE_CASE_AND_NON_SPACING_CHARS  = 'IgnoreCaseAndNonSpacingCharacters'
The comparison ignores non-spacing characters.
IGNORE_NON_SPACING_CHARS  = 'IgnoreNonSpacingCharacters'
The comparison ignores casing and non-spacing characters.
LOOSE  = 'Loose'
To be removed.
LOOSE_AND_IGNORE_CASE  = 'LooseAndIgnoreCase'
To be removed.
LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS  = 'LooseAndIgnoreCaseAndIgnoreNonSpace'
To be removed.
LOOSE_AND_IGNORE_NON_SPACING_CHARS  = 'LooseAndIgnoreNonSpace'
To be removed.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

IGNORE_CASE

The comparison ignores casing.

public string IGNORE_CASE = 'IgnoreCase'
Tags
since

Exchange 2007

IGNORE_CASE_AND_NON_SPACING_CHARS

The comparison ignores non-spacing characters.

public string IGNORE_CASE_AND_NON_SPACING_CHARS = 'IgnoreCaseAndNonSpacingCharacters'
Tags
since

Exchange 2007

IGNORE_NON_SPACING_CHARS

The comparison ignores casing and non-spacing characters.

public string IGNORE_NON_SPACING_CHARS = 'IgnoreNonSpacingCharacters'
Tags
since

Exchange 2007

LOOSE_AND_IGNORE_CASE

To be removed.

public string LOOSE_AND_IGNORE_CASE = 'LooseAndIgnoreCase'
Tags
since

Exchange 2007

deprecated

Exchange 2007

LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS

To be removed.

public string LOOSE_AND_IGNORE_CASE_AND_IGNORE_NON_SPACING_CARS = 'LooseAndIgnoreCaseAndIgnoreNonSpace'
Tags
since

Exchange 2007

deprecated

Exchange 2007

LOOSE_AND_IGNORE_NON_SPACING_CHARS

To be removed.

public string LOOSE_AND_IGNORE_NON_SPACING_CHARS = 'LooseAndIgnoreNonSpace'
Tags
since

Exchange 2007

deprecated

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results