CreateFolderType
extends BaseRequestType
in package
Defines a request to create a folder in the Exchange store.
Table of Contents
Properties
- $Folders : ArrayOfFoldersType
- The element that contains all the folders to create.
- $ParentFolderId : TargetFolderIdType
- The element that identifies the location where the new folder is created.
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
$Folders
The element that contains all the folders to create.
public
ArrayOfFoldersType
$Folders
Tags
$ParentFolderId
The element that identifies the location where the new folder is created.
public
TargetFolderIdType
$ParentFolderId
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