Skip to main content

NotesMIMEEntity

Properties

NameDescription
BoundaryEndRead-only. The boundary that follows the last child entity in a multipart entity.
BoundaryStartRead-only. The boundary that precedes a child entity in a multipart entity.
Charset (NotesMIMEEntity)Read-only. Content character set of a MIME entity.
ContentAsTextRead-only. The content of a MIME entity in text format.
ContentSubTypeRead-only. The second part of the Content-Type of a MIME entity.
ContentTypeRead-only. The first part of the Content-Type of a MIME entity.
Encoding (NotesMIMEEntity)Read-only. Current® encoding for the non-header content of a MIME entity.
HeaderObjectsRead-only. All headers for a MIME entity.
HeadersRead-only. All headers for a MIME entity as one string.
PreambleRead-write. Preamble of a MIME multipart entity.

Methods

NameDescription
CreateChildEntityCreates a MIME entity and inserts it into the list of child MIME entities.
CreateHeaderCreates a MIME header and returns its representation as an object.
CreateParentEntityCreates a MIME entity and establishes it as the calling entity's parent. The calling entity becomes its first child.
DecodeContentDecodes the non-header content of a MIME entity.
EncodeContentEncodes the non-header content of a MIME entity.
GetContentAsBytesGets the content of the current MIME entity as an uninterpreted byte stream.
GetContentAsTextGets the content of the current MIME entity as text.
GetEntityAsTextGets the headers and content of a MIME entity as text.
GetFirstChildEntityReturns the first child MIME entity that is contained within a multipart MIME entity.
GetNextEntityReturns the MIME entity immediately following the current MIME entity within a multipart entity.
GetNextSibling (NotesMIMEEntity)Returns the MIME entity immediately following the current MIME entity at the same level within a multipart MIME entity.
GetNthHeaderReturns a header associated with a MIME entity.
GetParentEntityReturns the parent MIME entity of the current MIME entity within a multipart entity.
GetPrevEntityReturns the MIME entity immediately preceding the current MIME entity within a multipart entity.
GetPrevSibling (NotesMIMEEntity)Returns the MIME entity immediately preceding the current MIME entity at the same level within a multipart MIME entity.
GetSomeHeadersReturns specified headers for a MIME entity as one string.
Remove (NotesMIMEEntity)Removes the current MIME entity and its children.
SetContentFromBytesSets the content of the current MIME entity from an uninterpreted byte stream.
SetContentFromTextSets the content of a MIME entity from text.

Examples

NameDescription
Examples: BoundaryEnd propertyThis agent displays the start and end boundaries for each child entity in a multipart entity, assuming two levels.
Examples: BoundaryStart propertyThis agent displays the text of a multipart entity placing the boundaries around the child entities.
Examples: Charset property (NotesMIMEEntity)This agent displays the character set for a MIME entity.
Examples: Encoding propertyThis agent displays the encoding for a MIME entity.
Examples: GetNextSibling method (NotesMIMEEntity)This agent gets all the children at the end of the first or only branch of a multipart entity.
Examples: GetPrevSibling method (NotesMIMEEntity)This agent gets all the MIME entities at the last level of the first branch in reverse order.
Examples: HeaderName propertyThis agent displays the names and values of the headers of a MIME entity.
Examples: HeaderObjects propertyThis agent displays the names and values of the headers of a MIME entity.
Examples: Headers propertyThis agent displays the headers of a MIME entity.
Examples: Remove method (NotesMIMEEntity)This agent removes the MIME entity or all MIME entities (in the case of a multipart MIME entity) from the current document.