3.1.4.1.3.4 DiscoverySearchConfigurationType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The DiscoverySearchConfigurationType complex type specifies the search configuration returned from the GetDiscoverySearchConfiguration operation specified in section 3.1.4.1.
-
<xs:complexType name="DiscoverySearchConfigurationType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="SearchId" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="SearchQuery" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="SearchableMailboxes" type="t:ArrayOfSearchableMailboxesType"/> <xs:element minOccurs="0" maxOccurs="1" name="InPlaceHoldIdentity" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="ManagedByOrganization" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="Language" type="xs:string"/> </xs:sequence> </xs:complexType>
SearchId: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the search identifier.
SearchQuery: An element of type string that represents the search query.
SearchableMailboxes: An element of type ArrayOfSearchableMailboxesType, as defined in section 2.2.4.3, that specifies the list of searchable mailboxes.
InPlaceHoldIdentity: An element of type string that specifies the identity of the in-place hold.
ManagedByOrganization: An element of type string that specifies the managing organization.
Language: An element of type string that specifies the language of the search.