Click or drag to resize

IContacts2 Interface

Contact collection. Use GetFirst/GetNext or for-each to loop through the collection.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IContacts2 : IMapCollection

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
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