LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The boundary that follows the last child entity in a multipart entity.
Note This property is new with Release 6.
Defined in
NotesMIMEEntity
Data type
String
Syntax
To get: boundaryEnd$ = notesMIMEEntity.BoundaryEnd
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 Java MIMEEntity class
Example See Also