GetPrevEntity (NotesMIMEEntity - LotusScript®)
Returns the MIME entity immediately preceding the current MIME entity within a multipart entity.
Note: This method is new with Release 6.
Defined in
Syntax
Set notesMIMEEntity = notesMIMEEntity .GetPrevEntity( [ search% ] )
Parameters
search%
Constant of type Integer. Optional.
- SEARCH_DEPTH (1723) (default) searches in reverse order from GetNextEntity with SEARCH_DEPTH.
- SEARCH_BREADTH (1724) searches in reverse order from GetNextEntity with SEARCH_BREADTH.
Return value
notesMIMEEntity
NotesMIMEEntity. The previous MIME entity or Nothing.