3.1.4.1.3.23 m:SuggestionsResponseType Complex Type

The SuggestionsResponseType complex type specifies the response that is returned from the service for meeting suggestions.

 <xs:complexType name="SuggestionsResponseType">
   <xs:sequence>
     <xs:element name="ResponseMessage"
       type="m:ResponseMessageType"
       maxOccurs="1"
       minOccurs="0"
      />
     <xs:element name="SuggestionDayResultArray"
       type="t:ArrayOfSuggestionDayResult"
       minOccurs="0"
       maxOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the SuggestionsResponseType complex type.

Element name

Type

Description

ResponseMessage

m:ResponseMessageType ([MS-OXWSCDATA] section 2.2.4.65)

Provides descriptive information about the response status.

Can be present.

SuggestionDayResultArray

t:ArrayOfSuggestionDayResult (section 3.1.4.1.3.6)

Contains an array of meeting suggestions organized by date.

Can be present.