UserMailboxType
extends Type
in package
Represents a user mailbox.
Table of Contents
Properties
- $Id : string
- The text value of the Id attribute is the identifier of the mailbox.
- $IsArchive : bool
- Whether the mailbox is an archive 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
$Id
The text value of the Id attribute is the identifier of the mailbox.
public
string
$Id
Tags
$IsArchive
Whether the mailbox is an archive mailbox.
public
bool
$IsArchive
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