Item Property
      
 

Description

Returns reference to the contact.


Property type

A XMPPContact object.  


Syntax

object.Item(Contact)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPContacts.
Contact Required. A Variant value. Represents item's relative JID or its name.

Remarks

Item property returns specific Item from the collection. You can specify Contact paremeter to be specific JID, name, or an index representing a specific collection Item. If the specified item doesn't exist, an error will be returned.