Returns total number of contacts in the collection.
An Integer value.
object.Count
The Count Property syntax has these parts:
Count Property will return total number of contacts stored in Contacts collection. You can use this property for iterating thru Contacts collection.
I.e.:
Dim i As Integer For i = 0 To wodXMPP1.Contacts.Count - 1 Debug.Print wodXMPP1.Contacts(i).Name Next
Your browser does not support iframes.