LOTUSSCRIPT/COM/OLE CLASSES

CreateDXLImporter method
Example

Creates a NotesDXLImporter object.

Note This method is new with Release 6.

Defined in

NotesSession

Syntax

Set notesDXLImporter = notesSession.CreateDXLImporter( [ input [, output ] ] )

Parameters

input


output
Return value

notesDXLImporter


Usage

See NotesDXLImporter and Pipelining for additional information.

Language cross-reference

createDxlImporter method in Java Session class

Example
See Also