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






GetMIMEEntity method

Gets a top-level MIME entity.

Note This method is new with Release 6.

Defined in

NotesDocument

Syntax

Set notesMIMEEntity = notesDocument.GetMIMEEntity( [ itemName$ ] )

Parameters

itemName$

String. The name of the item containing the MIME entity. "Body" is the default.

Return value

notesMIMEEntity

NotesMIMEEntity. The MIME entity.

Usage

An item containing a MIME entity is of type MIME_PART.

This method returns Nothing if the requested item does not exist or is not of type MIME_PART.

This method is equivalent to NotesDocument.GetFirstItem followed by NotesItem.GetMIMEEntity.

Language cross-reference

getMIMEEntity method in Java Item class

See examples

Examples: GetMIMEEntity method
Related topics
Working with a MIME entity in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009