FailedSearchMailbox Class

Definition

Contains information describing a failed mailbox search. The FailedSearchMailbox class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class FailedSearchMailbox sealed
public sealed class FailedSearchMailbox
Public NotInheritable Class FailedSearchMailbox
Inheritance
FailedSearchMailbox

Constructors

FailedSearchMailbox(String, Int32, String)

Initializes a new instance of the FailedSearchMailbox class on the referenced mailbox. The FailedSearchMailbox(String, Int32, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

FailedSearchMailbox(String, Int32, String, Boolean)

Initializes a new instance of the FailedSearchMailbox class on the referenced mailbox specifying whether the target mailbox is an archive mailbox. The FailedSearchMailbox(String, Int32, String, Boolean) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

ErrorCode

Gets or sets the error code associated with the failed search. The ErrorCode property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ErrorMessage

Gets or sets the error message associated with the failed search. The ErrorMessage property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

IsArchive

Gets or sets whether the target mailbox is an archive mailbox. The IsArchive property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Mailbox

Gets or sets the target mailbox ID. The Mailbox property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to