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
$Mailbox
Contains the identifier for a mailbox.
    public
        string
    $Mailbox
    
    
    
    
    Tags
$Status
Specifies the hold status for a mailbox.
    public
        string
    $Status
    
    
    
    
    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