LOTUSSCRIPT/COM/OLE CLASSES
Note This property is new with Release 8.
Defined in
NotesDXLExporter
Data type
Constant of type Integer
Syntax
To get: option% = notesDXLExporter.MIMEOption
To set: notesDXLExporter.MIMEOption = option%
Legal values
Note Some of the MIME parts within this content might be content-transfer-encoded so as to not conflict with the character encoding of the DXL document. Because MIME data often contains HTML, which includes special characters such as '<', the Exporter will ususally place the content of the <mime> element within an XML CDATA section so that no escaping of the data is necessary.
Note This was the only DXL format for MIME data prior to Release 8, and has been retained as the default for backward compatibility with earlier applications.
MIMEOption property in Java DXLExporter class
See Also