3.1.4.10 RemoveImContactFromGroup

The RemoveImContactFromGroup WSDL operation removes an instant messaging contact (2) from a group if the contact (2) is only a member of the specified group, excluding the Tagged group. If the Tagged group is the specified group, and the contact (2) is a member of the Tagged group only, the contact (2) is removed.

The following is the WSDL port type specification of the RemoveImContactFromGroup WSDL operation.

 <wsdl:operation name="RemoveImContactFromGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:RemoveImContactFromGroupSoapIn"/>
   <wsdl:output message="tns:RemoveImContactFromGroupSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the RemoveImContactFromGroup WSDL operation.

 <wsdl:operation name="RemoveImContactFromGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/RemoveImContactFromGroup" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:RemoveImContactFromGroupSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:RemoveImContactFromGroupSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:RemoveImContactFromGroupSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="RemoveImContactFromGroupResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:RemoveImContactFromGroupSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends a RemoveImContactFromGroupSoapIn request WSDL message and the protocol server responds with a RemoveImContactFromGroupSoapOut response WSDL message.