GetSearchableMailboxesResponse Class

Definition

Contains two lists of mailboxes: a list of mailboxes that could be searched and a list of mailboxes that could not be searched for the purpose of eDiscovery. The GetSearchableMailboxesResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class GetSearchableMailboxesResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class GetSearchableMailboxesResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class GetSearchableMailboxesResponse
Inherits ServiceResponse
Inheritance
GetSearchableMailboxesResponse

Properties

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
FailedMailboxes

Gets or sets a list of mailboxes targeted by an eDiscovery query that could not be searched. The FailedMailboxes property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)
SearchableMailboxes

Gets the mailboxes or distribution groups that match an eDiscovery query. The SearchableMailboxes property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to