GetMIMEEntity (NotesDocument - LotusScript®)
Gets a top-level MIME entity.
Note: This method is new with Release 6.
Defined in
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.