JAVA/CORBA CLASSES

IsConvertMIME property
Example

Read-Write. Indicates whether items of type Item.MIME_PART are converted to rich text upon Item instantiation.

Defined in

Session

Data type

boolean

Syntax

public boolean isConvertMIME()
   throws NotesException

public void setConvertMIME(boolean)
   throws NotesException

Legal values


Usage

This setting is initially true but persists across Notes client events. In general, if you change this setting, you should restore it before exiting.

Language cross-reference

ConvertMIME property in LotusScript NotesSession class

Example
See Also