FailedMailbox

The FailedMailbox element specifies the error message for a mailbox that failed on search.

<FailedMailbox>
    <Mailbox/>
    <ErrorCode/>
    <ErrorMessage/>
    <IsArchive/>
</FailedMailbox>

FailedSearchMailboxType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Mailbox (string)
Contains an identifier for the mailbox.
ErrorCode (int)
Specifies the error code of the mailbox that failed the search.
ErrorMessage
Represents the reason for the validation error.
IsArchive
Specifies a Boolean value that indicates whether the mailbox is an archive.

Parent elements

Element Description
FailedMailboxes
Specifies an array of failed mailboxes.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also