struct FolderListEntry in module com::sun::star::ucb::

(Global Index)

Syntax

struct FolderListEntry;

Description

Information about a single folder in a FolderList .

Field Summary

Title The title of the folder.

ID A (unique) identifier for the folder (used by IMAP, where different folders with equal human-readable titles may exist; otherwise, it may be left empty).

Subscribed The foler is subscribed.

New The foler is new.

Removed The foler has been removed.

Purge The folder shall be purged (only used in conjunction with the FolderListCommand::SET ).

Field Details



Title

Syntax

string Title;

Description

The title of the folder.


ID

Syntax

string ID;

Description

A (unique) identifier for the folder (used by IMAP, where different folders with equal human-readable titles may exist; otherwise, it may be left empty).


Subscribed

Syntax

boolean Subscribed;

Description

The foler is subscribed.


New

Syntax

boolean New;

Description

The foler is new.


Removed

Syntax

boolean Removed;

Description

The foler has been removed.


Purge

Syntax

boolean Purge;

Description

The folder shall be purged (only used in conjunction with the FolderListCommand::SET ).

Top of Page