2.2.4.1 ArrayOfImGroupType

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

The ArrayOfImGroupType complex type specifies an array of instant messaging groups.

 <xs:complexType name="ArrayOfImGroupType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:element name="ImGroup" type="t:ImGroupType"/>
   </xs:choice>
 </xs:complexType>

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