LOTUSSCRIPT/COM/OLE CLASSES
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
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.
Language cross-reference
getMIMEEntity method in Java Item class
Example See Also