Import (NotesDXLImporter - LotusScript®)

Converts DXL data to Domino® data.

Note: This method is new with Release 6.5.

Defined in

NotesDXLImporter

Syntax

Call = notesDXLImporter .Import( input , importdb )

Parameters

input

Variant. The DXL data to be converted. One of the following:

  • String
  • NotesRichTextItem
  • NotesStream

input

Variant. The target database. The following:

  • NotesDatabase
    Note: The parameters are required in COM. They are optional in LotusScript® and default to SetInput and SetOutPut or the input and output parameters of CreateDXLImporter.

Usage

You cannot explicitly read or write a NotesStream object associated with a file prior to using it for XML input or output. For example, if you write to a file then use it for XML input, you must close and reopen the NotesStream object.

Example