OmitMiscFileObjects (NotesDXLExporter - LotusScript®)

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

Note: This property is new with Release 8.

Defined in

NotesDXLExporter

Data type

Boolean

Syntax

To get: flag = notesDXLExporter .OmitMiscFileObjects

To set: notesDXLExporter .OmitMiscFileObjects = flag

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.