3.1.4.1.3.2 GetNonIndexableItemDetailsResponseMessageType

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

The GetNonIndexableItemDetailsResponseMessageType complex type specifies the response message for a GetNonIndexableItemDetails WSDL operation.

This type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="GetNonIndexableItemDetailsResponseMessageType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ResponseMessageType">
       <xs:sequence>
         <xs:element minOccurs="0" name="NonIndexableItemDetailsResult" type="t:NonIndexableItemDetailResultType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

NonIndexableItemDetailsResult: An element of type NonIndexableItemDetailResultType, as defined in section 3.1.4.1.3.5, that specifies the results of the GetNonIndexableItemDetails WSDL operation.