Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






ConvertMIME property

Read-write. Indicates whether items of type MIME_PART are converted to rich text upon NotesDocument 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.

Changes to this property apply only to those items opened by the backend processor after the property has been changed. If a document has already been opened as a NotesItem, changing this property will have no effect on the NotesItem.

See NotesMIMEEntity for discussion and examples.

Language cross-reference

IsConvertMIME property in Java Session class

See examples

Examples: NotesMIMEEntity class
Related topics
Accessing session properties
Type property
NotesMIMEEntity class




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009