GetNextEntity (NotesMIMEEntity - LotusScript®)

Returns the MIME entity immediately following the current MIME entity within a multipart entity.

Note: This method is new with Release 6.

Defined in

NotesMIMEEntity

Syntax

Set notesMIMEEntity = notesMIMEEntity .GetNextEntity( [ search% ] )

Parameters

search%

Constant of type Integer. Optional.

  • SEARCH_DEPTH (1723) (default) searches for child entities first then siblings.
  • SEARCH_BREADTH (1724) searches for siblings first then child entities.

Return value

notesMIMEEntity

NotesMIMEEntity. The next MIME entity or Nothing.

Example