Documentation

SyncFolderItemsScopeType extends Enumeration
in package

Defines whether just items or items and folder associated information are returned in a synchronization response.

Table of Contents

Constants

NORMAL  = 'NormalItems'
Specifies that only items in the folder are returned in a synchronization response.
NORMAL_AND_ASSOCIATED  = 'NormalAndAssociatedItems'
Specifies that both items in the folder and folder associated information are returned in a synchronization response.

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

NORMAL

Specifies that only items in the folder are returned in a synchronization response.

public string NORMAL = 'NormalItems'
Tags
since

Exchange 2010

NORMAL_AND_ASSOCIATED

Specifies that both items in the folder and folder associated information are returned in a synchronization response.

public string NORMAL_AND_ASSOCIATED = 'NormalAndAssociatedItems'
Tags
since

Exchange 2010

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