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

enum FolderListCommand
Description
The various commands to process on a list of folders.
See also
FolderList

Values
GET Get a list of all folders.  
GET_SUBSCRIBED Get a list of subscribed folders.  
SET Set a list of folders.  
Values' Details
GET
GET,
Description
Get a list of all folders.
GET_SUBSCRIBED
GET_SUBSCRIBED,
Description
Get a list of subscribed folders.
SET
SET,
Description
Set a list of folders.
Top of Page