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

(Global Index)

Syntax

struct ExportStreamInfo;

Description

information needed to export an object in mbx format (supplying an output stream to export into).

Field Summary

Target the output stream to export into.

ForceBodies tries hard to make message (document) bodies available for export.

Field Details



Target

Syntax

com::sun::star::io::XOutputStream Target;

Description

the output stream to export into.


ForceBodies

Syntax

boolean ForceBodies;

Description

tries hard to make message (document) bodies available for export.

Top of Page