Table of Contents

Class GetSearchableMailboxesResponse

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the GetSearchableMailboxes response.

public sealed class GetSearchableMailboxesResponse : ServiceResponse
Inheritance
GetSearchableMailboxesResponse
Inherited Members

Properties

FailedMailboxes

Failed mailboxes

public FailedSearchMailbox[] FailedMailboxes { get; set; }

Property Value

FailedSearchMailbox[]

SearchableMailboxes

Searchable mailboxes result

public SearchableMailbox[] SearchableMailboxes { get; }

Property Value

SearchableMailbox[]