2.2.4.1 ArrayOfFailedSearchMailboxesType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The ArrayOfFailedSearchMailboxesType complex type specifies an array of failed searches.

 <xs:complexType name="ArrayOfFailedSearchMailboxesType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="FailedMailbox" type="t:FailedSearchMailboxType"/>
   </xs:sequence>
 </xs:complexType>

FailedMailbox: An element of type FailedSearchMailboxType, as defined in section 2.2.4.4, that specifies a failed search.