|
The Contacts Object
The Contacts object is used to iterate a list of contacts
returned by a function of the API such as Messenger::MyContacts or
ChatWnd::Contacts.
Functions:
| Name |
Description |
| Iterator
|
This object can be iterated with an Enumerator. |
| GetContact
|
Returns a Contact object based on its email address. |
Properties:
| Name |
Description |
| Count
|
Count of contacts contained by the object. |
|