Click or drag to resize

SOContacts Interface

IContacts Interface 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 SOContacts : IContacts

The SOContacts type exposes the following members.

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