LOTUSSCRIPT/COM/OLE CLASSES
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$
notesMIMEEntity
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
Example See Also