Table of Contents

Class FailedSearchMailbox

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

Represents failed mailbox to be searched

public sealed class FailedSearchMailbox
Inheritance
FailedSearchMailbox
Inherited Members

Constructors

FailedSearchMailbox(string, int, string)

Constructor

public FailedSearchMailbox(string mailbox, int errorCode, string errorMessage)

Parameters

mailbox string

Mailbox identifier

errorCode int

Error code

errorMessage string

Error message

FailedSearchMailbox(string, int, string, bool)

Constructor

public FailedSearchMailbox(string mailbox, int errorCode, string errorMessage, bool isArchive)

Parameters

mailbox string

Mailbox identifier

errorCode int

Error code

errorMessage string

Error message

isArchive bool

True if it is mailbox archive

Properties

ErrorCode

Error code

public int ErrorCode { get; set; }

Property Value

int

ErrorMessage

Error message

public string ErrorMessage { get; set; }

Property Value

string

IsArchive

Whether it is archive mailbox or not

public bool IsArchive { get; set; }

Property Value

bool

Mailbox

Mailbox identifier

public string Mailbox { get; set; }

Property Value

string