GetMIMEEntity (NotesItem - LotusScript®)

Gets a top-level MIME entity from an item.

Note: This method is new with Release 5.0.2.

Defined in

NotesItem

Syntax

Set notesMIMEEntity = notesItem .GetMIMEEntity

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 current item is not of type MIME_PART.

To get the MIME entity without first getting the item, see NotesDocument.GetMIMEEntity.

Example