Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.96 KB

discoverysearchconfiguration.md

File metadata and controls

67 lines (48 loc) · 1.96 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
DiscoverySearchConfiguration
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
085384f9-dca4-4534-82e2-dd782471d0da
The DiscoverySearchConfiguration element specifies the configuration for eDiscovery search.

DiscoverySearchConfiguration

The DiscoverySearchConfiguration element specifies the configuration for eDiscovery search.

<DiscoverySearchConfiguration>
    <SearchId></SearchId>
    <SearchQuery></SearchQuery>
    <SearchableMailboxes></SearchableMailboxes>
</DiscoverySearchConfiguration>

DiscoverySearchConfigurationType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
SearchId
Specifies the identifier of the search.
SearchQuery
Specifies the name of an eDiscovery search query.
SearchableMailboxes
Contains a list of the mailboxes returned from a GetSearchableMailboxes request.

Parent elements

Element Description
DiscoverySearchConfigurations
Specifies an array of DiscoverySearchConfiguration elements.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
http://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Message schema
Validation File
messages.xsd
Can Be Empty

See also