3.1.4.8.3.1 RemoveContactFromImListType

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

The RemoveContactFromImListType complex type specifies a request to remove a contact (3) from an instant messaging list. The RemoveContactFromImListType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="RemoveContactFromImListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element name="ContactId" type="t:ItemIdType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ContactId: An element of type ItemIdType, as defined in [MS-OXWSCORE] section 2.2.4.25, that represents the identifier of the contact (2).