LOTUSSCRIPT/COM/OLE CLASSES


CompileLotusScript property
Read-write. Specifies whether the Importer should compile any LotusScript code that occurs within imported notes.

Note This property is new with Release 8.

Defined in

NotesDXLImporter

Data type

Boolean

Syntax

To get: flag = notesDXLImporter.CompileLotusScript

To set: notesDXLImporter.CompileLotusScript = flag

Legal values


Usage

Consider specifying False for this property in the following situations:


Language cross-reference

CompileLotusScript property in Java DXLImporter class