Documentation

NonEmptyArrayOfAlternateIdsType extends ArrayType
in package

Defines the source identifiers to convert.

Table of Contents

Properties

$AlternateId  : array<string|int, AlternateIdType>
Describes an item or folder identifier to convert.
$AlternatePublicFolderId  : array<string|int, AlternatePublicFolderIdType>
Describes a public folder identifier to convert.
$AlternatePublicFolderItemId  : array<string|int, AlternatePublicFolderItemIdType>
Describes a public folder item identifier to convert.

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

$AlternateId

Describes an item or folder identifier to convert.

public array<string|int, AlternateIdType> $AlternateId = array()
Tags
since

Exchange 2007 SP1

$AlternatePublicFolderId

Describes a public folder identifier to convert.

public array<string|int, AlternatePublicFolderIdType> $AlternatePublicFolderId = array()
Tags
since

Exchange 2007 SP1

$AlternatePublicFolderItemId

Describes a public folder item identifier to convert.

public array<string|int, AlternatePublicFolderItemIdType> $AlternatePublicFolderItemId = array()
Tags
since

Exchange 2007 SP1

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