.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsConvertMIME property
Example

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

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 an Item, changing this property will have no effect on the Item.

Language cross-reference

ConvertMIME property in LotusScript NotesSession class

Example
See Also