Click or drag to resize

IAppointments Interface

Appointments collection.

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

The IAppointments type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEOF
Return true when all items are fetched Indicates the end of the appointment iteration
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodCode exampleGetFirst
Return First item
Public methodCode exampleGetNext
Return Next item
Top
See Also