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