OmitMiscFileObjects (DxlExporter - Java)

Read-write. Specifies whether to omit miscellaneous file objects that occur within documents.

Note: This property is new with Release 8.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getOmitMiscFileObjects()
    throws NotesException
public void setOmitMiscFileObjects(boolean flag)
    throws NotesException

Legal values

  • True indicates the Exporter should omit any file objects that occur within documents which are not related to richtext attachments or OLE objects. These are not standard attachments but may be application-specific data that is stored as file objects. Standard attachments correspond to items named "$FILE".
  • False (default) indicates that all miscellaneous file objects will be included in the DXL output.