:: com :: sun :: star :: ucb ::

struct FolderList
Description
A list of folders.

Elements' Summary
Command The command to process on this list of folders.  
List The list of folders (only used in conjunction with FolderListCommand::SET).  
Elements' Details
Command
FolderListCommand Command;
Description
The command to process on this list of folders.
List
sequence< FolderListEntry > List;
Description
The list of folders (only used in conjunction with FolderListCommand::SET).
Top of Page