(Contents)(Previous)(Next)

Meetings List Object

The Meetings List object is a list which lets you access OfficeTalk meetings. The Meetings List object may be obtained by a call to session.GetMeetings. The Meetings list object provides access to the common list object functionality.

Meetings List Methods
Add Adds a new meeting
Count Returns the number of meetings in the list.
SetFilter Sets the list filter
SetFilterAnd Logically ANDs the filter with this expression
SetFilterOr Logically ORs the filter with this expression
ClearFilter Clears the list filter
FindItemByID Finds a meeting with an ID which matches the passed in ID
GetFirst Gets the first meeting in the list
GetNext Gets the next meeting in the list.
GetLast Gets the last meeting in the list
GetPrev Gets the previous meeting in the list


Next