2.2.4.3 ArrayOfSearchableMailboxesType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ArrayOfSearchableMailboxesType complex type specifies an array of mailbox entities returned from the GetSearchableMailboxes operation.
-
<xs:complexType name="ArrayOfSearchableMailboxesType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="SearchableMailbox" type="t:SearchableMailboxType"/> </xs:sequence> </xs:complexType>
SearchableMailbox: An element of type SearchableMailboxType, as defined in section 2.2.4.7, that represents the distribution list or mailbox entity returned from the GetSearchableMailboxes operation.