(Contents)(Previous)(Next)

Appointments List Object

The Appointments List object is a list which lets you access Appointments for a particular user. The Appointments List object may be obtained by accessing the Appointments property of the User object. The Appointments list object provides access to the common list object functionality.

Appointment List Methods
Add Adds a new appointment to the associated user's diary
GetFirst Gets the first appointment belonging to the associated user
GetNext Gets the next appointment belonging to the associated user
GetLast Gets the last appointment belonging to the associated user
GetPrev Gets the previous appointment belonging to the associated user
SetFilter Sets the list filter
ClearFilter Clears the list filter


Next