(Contents)(Previous)(Next)

Folder List Object

The folder List object is a list which lets you access OfficeTalk folders, such as project folders, planner folders, task folders, meeting folders and mail folders. The folder List object may be obtained in a variety of ways depending upon the specific object. At the top level, the folder list object may be obtained by one of the following calls:

session.GetProjectFolders

session.GetPlannerFolders

session.GetMeetingFolders

user.MailFolders

folder.GetSubFolders

The folder list object provides access to the common list object functionality.

Folder List Methods
Add Adds a new folder
Count Returns the number of folders 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 folder with an ID which matches the passed in ID
GetFirst Gets the first folder in the list.
GetNext Gets the next folder in the list.
GetLast Gets the last folder in the list
GetPrev Gets the previous folder in the list


Next