Documentation

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
since

Exchange 2013

$ErrorMessage

Represents the reason for the validation error.

public string $ErrorMessage
Tags
since

Exchange 2013

$IsArchive

Specifies whether the mailbox is an archive.

public bool $IsArchive
Tags
since

Exchange 2013

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