JAVA/CORBA CLASSES
Gets a top-level MIME entity.
Note This method is new with Release 6.
Defined in
Document
Syntax
public MIMEEntity getMIMEEntity() throws NotesException
public MIMEEntity getMIMEEntity(String itemName) throws NotesException
Parameters
String itemName
MIMEEntity
An item containing a MIME entity is of type MIME_PART.
This method returns null if the requested item does not exist or is not of type MIME_PART.
This method is equivalent to Document.getFirstItem followed by Item.getMIMEEntity.
Language cross-reference
GetMIMEEntity method in LotusScript NotesDocument class
Example