LOTUSSCRIPT/COM/OLE CLASSES


UnknownTokenLogOption property
Enables you to assign different error messages to different types of errors thrown when unrecognized data is encountered by the importer.

Defined in

NotesDXLImporter

Data type

Constant of type Integer

Syntax

To get: option% = notesDXLImporter.UnknownTokenLogOption

To set: notesDXLImporter .UnknownTokenLogOption = option%

Legal values


Usage

Use the InputValidationOption property to turn the validator on or off.

The name of the log is IMPORTER.LOG.

Language cross-reference

UnknownTokenLogOption property in Java DXLImporter class

See Also