JAVA/CORBA CLASSES
The boundary that follows the last child entity in a multipart entity.
Note This property is new with Release 6.
Defined in
MIMEEntity
Data type
String
Syntax
public String getBoundaryEnd( ) throws NotesException
Usage
This property applies to a child entity of a multipart entity. Otherwise, this property is an empty string.
MIME boundaries are constructed from the "boundary" parameter of the Content-Type header of the parent entity according to the specifications of RFC-2046.
Language cross-reference
BoundaryEnd in LotusScript NotesMIMEEntity class
Example See Also