3.1.4.1.3.2 AddDistributionGroupToImListResponseMessageType

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

The AddDistributionGroupToImListResponseMessageType complex type specifies the response message for the AddDistributionGroupToImList operation. The AddDistributionGroupToImListResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

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

ImGroup: An element of type ImGroupType, as defined in section 2.2.4.2, that represents a single instant messaging group.