2.2.4.4 FailedSearchMailboxType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The FailedSearchMailboxType complex type represents a failed search of a mailbox.
-
<xs:complexType name="FailedSearchMailboxType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Mailbox" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="xs:int"/> <xs:element minOccurs="1" maxOccurs="1" name="ErrorMessage" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="IsArchive" type="xs:boolean"/> </xs:sequence> </xs:complexType>
Mailbox: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that contains an identifier for the mailbox.
ErrorCode: An element of type int, as defined in [XMLSCHEMA2] section 3.3.17, that contains the error code of the failed search.<1>
ErrorMessage: An element of type string that contains the error message of the failed search.
IsArchive: An element of type boolean, as defined in [XMLSCHEMA2] section 3.2.2, that indicates whether the mailbox is an archive mailbox.