LOTUSSCRIPT/COM/OLE CLASSES
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
AttachmentOmittedText
ConvertNotesBitmapsToGIF
DoctypeSYSTEM
ExitOnFirstFatalError
ForceNoteFormat
Log
LogComment
MIMEOption
OLEObjectOmittedText
OmitItemNames
OmitMiscFileObjects
OmitOLEObjects
OmitRichtextAttachments
OmitRichtextPictures
OutputDOCTYPE
PictureOmittedText
RestrictToItemNames
RichTextOption
SchemaLocation
UncompressAttachments
ValidationStyle
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