convertToMIME method
Converts a document in Notes format to MIME format similar to a mail router.

Note This method is new in Release 8.5.1.

Defined in

Document

Syntax

public void convertToMIME(int conversiontype, long options)
   throws NotesException

Parameters

int conversiontype

long options
Usage

The document's form is evaluated and the fields are used in the MIME conversion.

The conversion of rich text is imperfect.

Language cross-reference

ConvertToMIME method in LotusScript NotesDocument class

.