ArrayOfFoldersType
extends ArrayType
in package
Represents an array of folders that are used in folder operations.
Table of Contents
Properties
- $CalendarFolder : array<string|int, CalendarFolderType>
- Represents a folder that primarily contains calendar items.
- $ContactsFolder : array<string|int, ContactsFolderType>
- Represents a Contacts folder in a mailbox.
- $Folder : array<string|int, FolderType>
- Identifies a folder to create, get, find, synchronize, or update.
- $SearchFolder : array<string|int, SearchFolderType>
- Represents a Search folder contained in a mailbox.
- $TasksFolder : array<string|int, TasksFolderType>
- Represents a Tasks folder in a mailbox.
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
$CalendarFolder
Represents a folder that primarily contains calendar items.
public
array<string|int, CalendarFolderType>
$CalendarFolder
= array()
Tags
$ContactsFolder
Represents a Contacts folder in a mailbox.
public
array<string|int, ContactsFolderType>
$ContactsFolder
= array()
Tags
$Folder
Identifies a folder to create, get, find, synchronize, or update.
public
array<string|int, FolderType>
$Folder
= array()
Tags
$SearchFolder
Represents a Search folder contained in a mailbox.
public
array<string|int, SearchFolderType>
$SearchFolder
= array()
Tags
$TasksFolder
Represents a Tasks folder in a mailbox.
public
array<string|int, TasksFolderType>
$TasksFolder
= array()
Tags
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