FailedSearchMailboxType
extends Type
in package
Specifies the error message for a mailbox that failed on search.
Table of Contents
Properties
- $ErrorCode : int
- Specifies the error code of the mailbox that failed the search.
- $ErrorMessage : string
- Represents the reason for the validation error.
- $IsArchive : bool
- Specifies whether the mailbox is an archive.
- $Mailbox : string
- Contains an identifier for the 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
$ErrorCode
Specifies the error code of the mailbox that failed the search.
public
int
$ErrorCode
Tags
$ErrorMessage
Represents the reason for the validation error.
public
string
$ErrorMessage
Tags
$IsArchive
Specifies whether the mailbox is an archive.
public
bool
$IsArchive
Tags
$Mailbox
Contains an identifier for the mailbox.
public
string
$Mailbox
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