Documentation

NonEmptyArrayOfBaseFolderIdsType extends ArrayType
in package

Represents the collection of folders that will be mined to determine the contents of a search folder.

Table of Contents

Properties

$DistinguishedFolderId  : array<string|int, DistinguishedFolderIdType>
Identifies MicrosoftExchange Server 2007 folders that can be referenced by name.
$FolderId  : array<string|int, FolderIdType>
Contains the identifier and change key of a folder.

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 array<string|int, DistinguishedFolderIdType> $DistinguishedFolderId = array()
Tags
since

Exchange 2007

$FolderId

Contains the identifier and change key of a folder.

public array<string|int, FolderIdType> $FolderId = array()
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