3.1.4.1.3.1 GetNonIndexableItemDetailsType

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

The GetNonIndexableItemDetailsType complex type specifies a request to retrieve details for items in a mailbox that could not be indexed. This type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="GetNonIndexableItemDetailsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element minOccurs="1" name="Mailboxes" type="t:NonEmptyArrayOfLegacyDNsType"/>
         <xs:element minOccurs="0" name="PageSize" type="xs:int"/>
         <xs:element minOccurs="0" name="PageItemReference" type="xs:string"/>
         <xs:element minOccurs="0" name="PageDirection" type="t:SearchPageDirectionType"/>
         <xs:element minOccurs="0" name="SearchArchiveOnly" type="xs:boolean"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Mailboxes: An element of type NonEmptyArrayofLegacyDNsType, as defined in section 2.2.4.1, that represents a list of mailboxes in the format of legacy distinguished names.

PageSize: An element of type int, as defined in [XMLSCHEMA2] section 3.3.17, that represents the number of items to be returned in a single page for a search result.

PageItemReference: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the item reference.

PageDirection: An element of type SearchPageDirectionType, as defined in [MS-OXWSEDISC] section 3.1.4.4.4.4, that represents the search direction, either previous or next.

SearchArchiveOnly: An element of type boolean, as defined in [XMLSCHEMA2] section 3.2.2, that specifies whether only the archive is searched.