3.1.4.4.4.2 SearchResultType

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

The SearchResultType simple type specifies a search result.

 <xs:simpleType name="SearchResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="StatisticsOnly"/>
     <xs:enumeration value="PreviewOnly"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SearchResultType simple type.

Value

Meaning

StatisticsOnly

Perform statistics search only.

PreviewOnly

Perform preview search only.