Äh Robert aus welcher Version ist dein Zitat, den es ist nicht korrekt.
CreateDXLExporter method
Creates a NotesDXLExporter object.
Note This method is new with Release 6.
Defined in
NotesSession
Syntax
Set notesDXLExporter = notesSession.CreateDXLExporter( [ input ] , [ output ] )
Parameters
input
Optional. An object of the following type:
NotesDatabase
NotesDocument
NotesDocumentCollection
NotesNoteCollection
See SetInput in the NotesXMLProcessor class for additional information.
output
Optional. An object of the following type:
NotesDOMParser (pipelines to a NotesDOMParser object)
NotesDXLImporter (pipelines to the NotesDXLImporter object)
NotesRichTextItem
NotesSAXParser (pipelines to a NotesSAXParser object)
NotesStream
NotesXSLTransformer (pipelines to the NotesXSLTransformer object)
See SetOutput in the NotesXMLProcessor class for additional information.
Note The parameters are not in COM. Use Export in NotesDXLExporter and Import in NotesDXLImporter.
Return value
notesDXLExporter
The newly created object.
CreateDXLExporter method
Creates a NotesDXLExporter object.
Note This method is new with Release 6.
Defined in
NotesSession
Syntax
Set notesDXLExporter = notesSession.CreateDXLExporter( [ input ] , [ output ] )
Parameters
input
Optional. An object of the following type:
NotesDatabase
NotesDocument
NotesDocumentCollection
NotesNoteCollection
See SetInput in the NotesXMLProcessor class for additional information.
output
Optional. An object of the following type:
NotesDOMParser (pipelines to a NotesDOMParser object)
NotesDXLImporter (pipelines to the NotesDXLImporter object)
NotesRichTextItem
NotesSAXParser (pipelines to a NotesSAXParser object)
NotesStream
NotesXSLTransformer (pipelines to the NotesXSLTransformer object)
See SetOutput in the NotesXMLProcessor class for additional information.
Note The parameters are not in COM. Use Export in NotesDXLExporter and Import in NotesDXLImporter.
Return value
notesDXLExporter
The newly created object.
Wie du siehst, geht kein Richtextitem als input sondern nur als Output. Habe jetzt gerade mal geschaut steht in der 7.0.2 Designer Hilfe auch sinngemäß. Wo also hast du dein Zitat her?
Grüße
Ralf