IContacts2 Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The IContacts2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Count - returns the number of items in the collection
Use GetFirst/GetNext or for-each to loop through the collection. |
![]() | Empty | 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. |
![]() | Item |
Name | Description | |
---|---|---|
![]() | _Clear | Remove all the elements in the collection
Use GetFirst/GetNext or for-each to loop through the collection. |
![]() | _Remove | Remove an item by id
Use GetFirst/GetNext or for-each to loop through the collection. |
![]() | Exists | Returns true if the given item exists in the collection
Use GetFirst/GetNext or for-each to loop through the collection. |
![]() | GetEnumerator |