Top   Module   Use   Manual   Index 

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

struct ExportStreamInfo


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


Elements

com::sun::star::io::XOutputStream Target
Description
the output stream to export into.
boolean ForceBodies
Description
tries hard to make message (document) bodies available for export.
Top of Page