LOTUSSCRIPT/COM/OLE CLASSES

ConvertMIME property
Example

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

Note This property is new with Release 5.

Defined in

NotesSession

Data type

Boolean

Syntax

To get: flag = notesSession.ConvertMIME

To set: notesSession.ConvertMIME = flag

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.

See NotesMIMEEntity for discussion and examples.

Language cross-reference

IsConvertMIME property in Java Session class

Example
See Also