Export (NotesDXLExporter - LotusScript®)

Converts Domino® data to DXL data.

Note: This method is new with Release 6.5.

Defined in

NotesDXLExporter

Syntax

dxl$ = notesDXLExporter .Export( input )

Parameters

input

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

Return value

dxl$

String. The exported DXL.

Usage

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

Example