NotesDXLExporter (LotusScript®)
Represents the conversion of Domino® data to DXL (Domino® XML).
Note: This class is new with Release 6.
Base class
Inherits from: NotesXMLProcessor
Containment
Contained by: NotesSession
Properties
ExitOnFirstFatalError
Log
LogComment
Methods
Process
SetInput
SetOutput
Creation and access
Use CreateDXLExporter in NotesSession to create a NotesDXLExporter object. If you do not specify the input parameter, use SetInput to specify the input Domino® data. If you do not specify the output parameter, use SetOutput to specify the output DXL data. You can also use these methods to override the CreateDXLExporter parameters.
Call Process or Export (no pipelining) to initiate a conversion. For COM, use Export