3.1.4.2.3.5 FindConversationResponseMessageType
The FindConversationResponseMessageType complex type specifies the results of an attempt to find conversations in the specified folder. The FindConversationResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.67.
-
<xs:complexType name="FindConversationResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="Conversations" type="t:ArrayOfConversationsType" minOccurs="0" /> <xs:element name="HighlightTerms" type="t:ArrayOfHighlightTermsType" minOccurs="0" /> <xs:element name="TotalConversationsInView" type="xs:int" minOccurs="0" /> <xs:element name="IndexedOffset" type="xs:int" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the FindConversationResponseMessageType complex type.
Element |
Type |
Description |
---|---|---|
Conversations |
t:ArrayOfConversationsType (section 3.1.4.2.3.1) |
Specifies an array of conversations that is returned in a response. This element MUST be present. |
HighlightTerms |
t:ArrayOfHighlightTermsType ([MS-OXWSCDATA] section 2.2.4.8) |
Specifies an array of highlight terms. |
TotalConversationsInView |
xs:int ([XMLSCHEMA2]) |
Specifies the total number of conversations returned. |
IndexedOffset |
xs:int |
Specifies the indexed offset from the origin of the search results. |