Back to product page

Contacts property


Returns collection of all contacts on your list.

Type

XMPPContacts object.

Syntax

  • Basic
object.Contacts [= value]
The Contacts(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA value.

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.

Platforms

Windows