3.1.4.3.3.1 AddImGroupType

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

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

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

DisplayName: An element of type NonEmptyStringType, as defined in [MS-OXWSCDATA] section 2.2.5.20, that represents the display name of the instant messaging group.