getMIMEEntity (Item - Java)

Returns the MIMEEntity that this item represents, typically a ""Body" Item of a mailed Internet document of RFC822 and subsequent MIME RFCXXX formats.

Note: This method is new with Release 5.0.2.

Defined in

Item

Syntax

public MIMEEntity getMIMEEntity()
    throws NotesException

Return value

MIMEEntity

The MIME entity of the current item.

Example