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
ConvertNotesBitmapsToGIF
DoctypeSYSTEM
ExitOnFirstFatalError
ForceNoteFormat
Log
LogComment
OutputDOCTYPE
Methods
Export
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.
Example See Also