DistinguishedFolderIdType
extends BaseFolderIdType
in package
Identifies folders that can be referenced by name.
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
- Identifies a default folder.
- $Mailbox : EmailAddressType
- Identifies a primary SMTP address.
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
Identifies a default folder.
public
string
$Id
This attribute is required.
Tags
$Mailbox
Identifies a primary SMTP address.
public
EmailAddressType
$Mailbox
Proxy addresses are not allowed.
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