LOTUSSCRIPT/COM/OLE CLASSES

Export method
Example

Converts Domino data to DXL data.

Note This property is new with Release 6.5.

Defined in

NotesDXLExporter

Syntax

dxl$ = notesDXLExporter.Export( input )

Parameters

input


Return value

dxl$


Usage

In LotusScript, this method is an alternative to Process if pipelining is not used.

Language cross-reference

exportDxl in Java DxlExporter class

Example
See Also