3.1.4.2.3.1 m:GetDelegateResponseMessageType Complex Type

The GetDelegateResponseMessageType complex type specifies the response message from the GetDelegate operation. The GetDelegateResponseMessageType complex type extends the BaseDelegateResponseMessageType complex type, as specified in section 2.2.4.2.

 <xs:complexType name="GetDelegateResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseDelegateResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="DeliverMeetingRequests"
           type="t:DeliverMeetingRequestsType"
           minOccurs="0" 
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

DeliverMeetingRequests

t:DeliverMeetingRequestsType (section 2.2.5.2)

Specifies how meeting-related messages are handled between the delegates in the response and the primary account. This element can be present.<2>