Back to product page

Contacts property


Returns reference to all contacts in the chat room.

Type

XMPPContact object

Syntax

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

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