Description
-
Removes contact from the collection.
Return Type
-
None
Syntax
-
object.Remove Contact
The Remove Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContacts. |
| Contact |
Required. A Variant value. Specifies
which contact to delete from collection. |
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.
|