RichTextOption (NotesDxlExporter - JavaScript™)
Read-write. Specifies the format of richtext items that occur in the exported DXL.
Defined in
NotesDxlExporterSyntax
getRichTextOption() : int
setRichTextOption(option:int)
: void
Legal values
Legal value | Description |
---|---|
DXLRICHTEXTOPTION_DXL |
(0) (default) Richtext is output in its normal DXL format, as a <richtext> element. |
DXLRICHTEXTOPTION_RAW |
(1) Richtext is output as a <rawitemdata> element containing the raw data for the richtext item, encoded in Base64. This option can be useful if the only purpose of the DXL will be to import it into another database, because it assures that the imported data will be precisely the same as the original. |