FindMailboxStatisticsByKeywordsResponseMessage

The FindMailboxStatisticsByKeywordsResponseMessage element specifies the response message for a FindMailboxStatisticsByKeywords request.

<FindMailboxStatisticsByKeywordsResponseMessage ResponseClass=" Success | Warning | Error ">
    <MailboxStatisticsSearchResult/>
    <MessageText/>
    <ResponseCode/>
    <DescriptiveLinkKey/>
    <MessageXml/>
</FindMailboxStatisticsByKeywordsResponseMessage>

FindMailboxStatisticsByKeywordsResponseMessageType

Attributes and elements

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

Attributes

Attribute Description
ResponseClass
Specifies the response class.

ResponseClass

Value Description
Success
Indicates success.
Warning
Indicates a warning.
Error
Indicates an error.

Child elements

Element Description
MailboxStatisticsSearchResult
Specifies the result of a mailbox search.
MessageText
Provides a text description of the status of the response.
ResponseCode
Provides status information about the request.
DescriptiveLinkKey
Currently unused and reserved for future use.
MessageXml
Provides additional error response information.

Parent elements

Element Description
ResponseMessages
Specifies an array of response messages.

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/messages
Schema Name
Message schema
Validation File
messages.xsd
Can Be Empty

See also