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
FailedSearchMailbox(string, int, string, bool)
Constructor
public FailedSearchMailbox(string mailbox, int errorCode, string errorMessage, bool isArchive)
Parameters
mailbox
stringMailbox identifier
errorCode
intError code
errorMessage
stringError message
isArchive
boolTrue if it is mailbox archive
Properties
ErrorCode
Error code
public int ErrorCode { get; set; }
Property Value
ErrorMessage
Error message
public string ErrorMessage { get; set; }
Property Value
IsArchive
Whether it is archive mailbox or not
public bool IsArchive { get; set; }
Property Value
Mailbox
Mailbox identifier
public string Mailbox { get; set; }