Click or drag to resize

IContacts Interface

Collection of Contact objects. Use GetFirst/GetNext or for-each to loop through the 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 IContacts : IEnumerable

The IContacts type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
EOF Indicates the end of the Contacts iteration
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodCode exampleGetFirst
GetFirst Returns the first contact object in a SOContact collection
Public methodCode exampleGetNext
GetNext Returns the next contact object in a SOContact collection
Top
See Also