3.1.4.4.1.1 AddNewImContactToGroupSoapIn

The AddNewImContactToGroupSoapIn WSDL message specifies the request to add a new instant messaging contact (2) to a group.

The following is the AddNewImContactToGroupSoapIn WSDL message specification.

 <wsdl:message name="AddNewImContactToGroupSoapIn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:part name="request" element="tns:AddNewImContactToGroup"/>
   <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
   <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
   <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

The AddNewImContactToGroupSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/AddNewImContactToGroup.

The parts of the AddNewImContactToGroupSoapIn WSDL message are described in the following table.

Part name

Element/type

Description

request

AddNewImContactToGroup

Specifies the SOAP body of the request to add an instant messaging contact (2) to a group.

Impersonation

ExchangeImpersonation

([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user whom the client is impersonating.

MailboxCulture

MailboxCulture

([MS-OXWSCDATA] section 2.2.3.6)

Specifies a SOAP header that identifies the culture to use to access the mailbox. The cultures are defined in [RFC3066].

RequestVersion

RequestServerVersion

([MS-OXWSCDATA] section 2.2.3.9)

Specifies a SOAP header that identifies the schema version for the AddNewImContactToGroup WSDL operation request.