3.1.4.8.1.1 RemoveContactFromImListSoapIn

The RemoveContactFromImListSoapIn WSDL message specifies the request to remove a contact from the instant messaging list.

The following is the RemoveContactFromImListSoapIn WSDL message specification.

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

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

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

Part name

Element/type

Description

request

RemoveContactFromImList

Specifies the SOAP body of the request to remove a contact (2).

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 RemoveContactFromImList WSDL operation request.