LOTUSSCRIPT/COM/OLE CLASSES


GetPrevSibling method
Example

Returns the MIME entity immediately preceding the current MIME entity at the same level within a multipart MIME entity.

Note This method is new with Release 6.

Defined in

NotesMIMEEntity

Syntax

Set notesMIMEEntity = notesMIMEEntity.GetPrevSibling( )

Return value

notesMIMEEntity


Language cross-reference

getPrevSibling in Java MIMEEntity class

Example
See Also