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






closeMIMEEntities method

Closes MIME processing associated with items of a specified name.

Note This method is new with Release 6.

Defined in

Document

Syntax

public boolean closeMIMEEntities()

throws NotesException
public boolean closeMIMEEntities(boolean savechanges)

throws NotesException
public boolean closeMIMEEntities(boolean savechanges, String entityitemname)

throws NotesException

Parameters

boolean savechanges

Whether MIME entity content and header changes are saved in the associated in-memory items.

String entityitemname

The name of the item or items associated with the MIME processing. "Body" is the default.

Return value

Usage

This method allows you terminate the scope of MIME processing so you can safely work on items through the item interface. Do not work on items directly without first closing MIME processing.

Saving the MIME entity content and headers with this method is an in-memory process. To save document content permanently, you must call save in NotesDocument.

This method returns false if no MIME processing is associated with items of the specified name.

Language cross-reference

CloseMIMEEntities method in LotusScript NotesDocument class

See examples

Examples: closeMIMEEntities method
Related topics
Working with a MIME entity in Java classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009