Click or drag to resize

IContacts2 Properties

The IContacts2 type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count - returns the number of items in the collection Use GetFirst/GetNext or for-each to loop through the collection.
Public propertyEmpty
Returns true if the collection is empty. i.e. if it contains no elements Use GetFirst/GetNext or for-each to loop through the collection.
Public propertyItem
Top
See Also