OmitItemNames (NotesDXLExporter - LotusScript®)

Read-write. Specifies a list of item names to be omitted from documents in the exported DXL. The DXL will not contain any <item> elements with any of those names.

Note: This property is new with Release 8.

Defined in

NotesDXLExporter

Data type

Array of type String

Syntax

To get: variant = notesDXLExporter .OmitItemNames

To set: notesDXLExporter .OmitItemNames = variant

Usage

When there is a conflict between OmitItemNames and RestrictToItemNames, OmitItemNames takes precedence.

Use this option to save space and improve Exporter performance when exporting documents by eliminating those items (especially large ones) that are not needed. Use with caution if the DXL will later be imported, because the new documents created by the Importer will only be partial copies of the original documents.