Click or drag to resize

SOAppointments Interface

Appointments collection.

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

The SOAppointments type exposes the following members.

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