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
SearchableMailboxes
Searchable mailboxes result
public SearchableMailbox[] SearchableMailboxes { get; }