3.1.4.11.3.1 RemoveImGroupType

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

The RemoveImGroupType complex type specifies a request to remove an instant messaging group. The RemoveImGroupType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="RemoveImGroupType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element name="GroupId" type="t:ItemIdType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

GroupId: An element of type ItemIdType, as defined in [MS-OXWSCORE] section 2.2.4.25, that represents the identifier of the group.