Description
-
Returns collection of all contacts on your list.
Property type
-
A XMPPContacts
object.
Syntax
-
object.Contacts
The Contacts Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
Remarks
-
Contacts Property will provide you with reference to
XMPPContact object, allowing you to access any of
Contacts' properties. Each friend on your contact list
will be in this collection. It will also enable you to
iterate thru XMPPContacts collection.
Depending on the index number you specify, you can
access any specific Item stored in the collection.
|