Documentation

MailboxHoldStatusType extends Type
in package

Defines the hold status of a mailbox.

Table of Contents

Properties

$AdditionalInfo  : string
Specifies additional information about the hold status of a mailbox.
$Mailbox  : string
Contains the identifier for a mailbox.
$Status  : string
Specifies the hold status for 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

$AdditionalInfo

Specifies additional information about the hold status of a mailbox.

public string $AdditionalInfo
Tags
since

Exchange 2013

$Mailbox

Contains the identifier for a mailbox.

public string $Mailbox
Tags
since

Exchange 2013

$Status

Specifies the hold status for a mailbox.

public string $Status
Tags
since

Exchange 2013

see
HoldStatusType

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

        
On this page

Search results