FolderIdType
extends BaseFolderIdType
in package
Represents the identifier of the parent folder that contains the item or folder.
Table of Contents
Properties
- $ChangeKey : string
- Contains a string that identifies a version of a folder that is identified by the Id attribute.
- $Id : string
- Contains a string that identifies a folder in the Exchange store.
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
$ChangeKey
Contains a string that identifies a version of a folder that is identified by the Id attribute.
public
string
$ChangeKey
This attribute is optional. Use this attribute to make sure that the correct version of a folder is used.
Tags
$Id
Contains a string that identifies a folder in the Exchange store.
public
string
$Id
This attribute is required.
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