SyncFolderHierarchyCreateOrUpdateType
extends Type
in package
Identifies a single folder to create in the local client store.
Table of Contents
Properties
- $CalendarFolder : CalendarFolderType
- Represents a folder that primarily contains calendar items.
- $ContactsFolder : ContactsFolderType
- Represents a contact folder in a mailbox.
- $Folder : FolderType
- Defines the folder to create, get, find, synchronize, or update.
- $SearchFolder : SearchFolderType
- Represents a search folder contained in a mailbox.
- $TasksFolder : TasksFolderType
- Represents a task folder contained 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
CalendarFolderType
$CalendarFolder
Tags
$ContactsFolder
Represents a contact folder in a mailbox.
public
ContactsFolderType
$ContactsFolder
Tags
$Folder
Defines the folder to create, get, find, synchronize, or update.
public
FolderType
$Folder
Tags
$SearchFolder
Represents a search folder contained in a mailbox.
public
SearchFolderType
$SearchFolder
Tags
$TasksFolder
Represents a task folder contained in a mailbox.
public
TasksFolderType
$TasksFolder
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