Back to product page

Remove method


Removes contact from the collection.

Syntax

  • Basic
object.Remove (Contact)
The Remove(object,Contact) syntax has these parts:
objectAn expression evaluating to an object of type XMPPContacts
ContactVariant.

Remarks

Removes specified Item from the Contacts collection. The Contact parameter should be an index, specifying an existing item in the collection, or specific JID that you wish to remove. Even if you remove contact from the collection, you will Unsubscribe it from your contact list. When you reconnect to the server, contact may reappear.

Platforms

Windows