Click or drag to resize

IContacts2 Methods

The IContacts2 type exposes the following members.

Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection Use GetFirst/GetNext or for-each to loop through the collection.
Public method_Remove
Remove an item by id Use GetFirst/GetNext or for-each to loop through the collection.
Public methodExists
Returns true if the given item exists in the collection Use GetFirst/GetNext or for-each to loop through the collection.
Public methodGetEnumerator
Top
See Also