2.2.4.2 ImGroupType

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

The ImGroupType complex type specifies an instant messaging group.

 <xs:complexType name="ImGroupType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="DisplayName" type="t:NonEmptyStringType"/>
     <xs:element name="GroupType" type="t:NonEmptyStringType"/>
     <xs:element minOccurs="0" name="ExchangeStoreId" type="t:ItemIdType"/>
     <xs:element minOccurs="0" name="MemberCorrelationKey" type="t:NonEmptyArrayOfItemIdsType"/>
     <xs:element minOccurs="0" name="ExtendedProperties" type="t:NonEmptyArrayOfExtendedPropertyType"/>
     <xs:element minOccurs="0" name="SmtpAddress" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

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

GroupType: An element of type NonEmptyStringType, as defined in [MS-OXWSCDATA] section 2.2.5.20, that identifies the group class. The following table lists the allowable values for this string.

Value

Description

IPM.DistList.MOC.Tagged

Represents the Tagged group that lists the tagged contacts (2).

IPM.DistList.MOC.OtherContacts

Represents the OtherContacts group that lists the remainder of contacts (2) not in any other group.

IPM.DistList.MOC.UserGroup

Represents any user-created group that is not a distribution group.

IPM.DistList.MOC.DG

Represents any user-created distribution group.

IPM.DistList.MOC.Favorites

Represents the Favorites group that lists the favorite contacts (2).

The value can contain only one Tagged group, one OtherContacts group, and one Favorites group.

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

MemberCorrelationKey: An element of type NonEmptyArrayOfItemIdsType, as defined in [MS-OXWSBTRF] section 3.1.4.1.3.4, that represents the identifiers of the contacts (2) that are part of the group.

ExtendedProperties: An element of type NonEmptyArrayOfExtendedPropertyType, as defined in [MS-OXWSXPROP] section 2.1.3, that contains an array of additional properties.

SmtpAddress: An element of type xs:string, as defined in [XMLSCHEMA2], that represents the SMTP address of the group.