2.2.4.17 t:InstantSearchPayloadType Complex Type
The InstantSearchPayloadType complex type is for internal use only.<7>
-
<xs:complexType name="InstantSearchPayloadType"> <xs:sequence> <xs:element name="SearchSessionId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="SearchRequestId" type="xs:long" minOccurs="1" maxOccurs="1"/> <xs:element name="ResultType" type="t:InstantSearchResultType" minOccurs="1" maxOccurs="1"/> <xs:element name="Items" type="t:ArrayOfItemsType" minOccurs="0" maxOccurs="1"/> <xs:element name="Conversations" type="t:ArrayOfConversationsType" minOccurs="0" maxOccurs="1"/> <xs:element name="CalendarItems" type="t:ArrayOfCalendarItemsType" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType>
The following table lists the child elements of the InstantSearchPayloadType complex type.
-
Element
Type
Description
SearchSessionId
xs:string ([XMLSCHEMA2] )
For internal use only.
SearchRequestId
xs:long ([XMLSCHEMA2] )
For internal use only.
ResultType
t:InstantSearchResultType (section 2.2.5.6)
For internal use only.
Items
t:ArrayOfItemsType (section 2.2.4.4)
For internal use only.
Conversations
t:ArrayOfConversationsType ([MS-OXWSCONV] section 3.1.4.2.3.1)
For internal use only.
CalendarItems
t:ArrayOfCalendarItemsType (section 2.2.4.2)
For internal use only.