Click or drag to resize

IContacts Interface

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

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IContacts : IEnumerable

The IContacts type exposes the following members.

Properties
  NameDescription
Public propertyEOF
EOF
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodGetFirst
GetFirst
Public methodGetNext
GetNext
Top
See Also