WHAT'S NEW IN DOMINO DESIGNER 6?
NotesMIMEEntity class
New properties:
BoundaryEnd
is the boundary that follows a child entity in a multipart entity.
BoundaryStart
is the boundary that precedes a child entity in a multipart entity.
Charset
is the content character set of a MIME entity.
Encoding
is the current MIME encoding.
HeaderObjects
contains the NotesMIMEHeader objects for the current NotesMIMEEntity object.
Preamble
is the preamble of a MIME multipart entity.
New methods:
CreateChildEntity
creates a MIME entity and inserts it into the current list of child MIME entities.
CreateHeader
creates a MIME header.
CreateParentEntity
creates a MIME entity, inserts it as a parent before the current entity, and establishes the current entity as its first child.
DecodeContent
decodes the non-header content of the current MIME entity.
EncodeContent
encodes the non-header content of the current MIME entity.
GetContentAsBytes
gets the content of the current MIME entity as an unaltered byte stream.
GetContentAsText
gets the content of the current MIME entity as characters.
GetEntityAsText
gets the headers and content of the current MIME entity as characters.
GetNextEntity
returns the MIME entity immediately following the current MIME entity.
GetNthHeader
returns a header associated with current MIME entity.
GetPrevEntity
returns the MIME entity immediately preceding the current MIME entity.
GetPrevSibling
returns the MIME entity immediately preceding the current MIME entity at the same level within a nested multipart MIME entity.
GetSomeHeaders
returns specified headers for a MIME entity as one string.
Remove
removes the current MIME entity and its children.
SetContentFromBytes
sets the content of the current MIME entity from an unaltered byte stream.
SetContentFromText
sets the content of the current MIME entity from a character stream.
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window