The Planner List object is a list which lets you access OfficeTalk planners. The Planner List object may be obtained by a call to session.GetPlanners. The Planner list object provides access to the common list object functionality.
Planner List Methods |
Add | Adds a new planner |
Count | Returns the number of planners 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 planner with an ID which matches the passed in ID |
GetFirst | Gets the first planner in the list. |
GetNext | Gets the first planner in the list. |
GetLast | Gets the last planner in the list |
GetPrev | Gets the previous planner in the list |