Documentation

FolderChangeType extends Type
in package

Represents a collection of changes to be performed on a single folder.

Table of Contents

Properties

$DistinguishedFolderId  : DistinguishedFolderIdType
Identifies MicrosoftExchange Server 2007 folders that can be referenced by name.
$FolderId  : FolderIdType
Contains the identifier and change key of a folder to update.
$Updates  : NonEmptyArrayOfFolderChangeDescriptionsType
Defines the type of update that is performed on a folder that is identified by either the FolderId or DistinguishedFolderId element.

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

$DistinguishedFolderId

Identifies MicrosoftExchange Server 2007 folders that can be referenced by name.

public DistinguishedFolderIdType $DistinguishedFolderId
Tags
since

Exchange 2007

$FolderId

Contains the identifier and change key of a folder to update.

public FolderIdType $FolderId
Tags
since

Exchange 2007

$Updates

Defines the type of update that is performed on a folder that is identified by either the FolderId or DistinguishedFolderId element.

public NonEmptyArrayOfFolderChangeDescriptionsType $Updates
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