JAVA/CORBA CLASSES
Note This property is new with Release 8.
Defined in
DxlExporter
Data type
int
Syntax
public int getMIMEOption() throws NotesException
public void setMIMEOption(int option) throws NotesException
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 LotusScript NotesDXLExporter class
See Also