NotesMIMEEntity
Properties
| Name | Description |
|---|---|
| BoundaryEnd | Read-only. The boundary that follows the last child entity in a multipart entity. |
| BoundaryStart | Read-only. The boundary that precedes a child entity in a multipart entity. |
| Charset (NotesMIMEEntity) | Read-only. Content character set of a MIME entity. |
| ContentAsText | Read-only. The content of a MIME entity in text format. |
| ContentSubType | Read-only. The second part of the Content-Type of a MIME entity. |
| ContentType | Read-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. |
| HeaderObjects | Read-only. All headers for a MIME entity. |
| Headers | Read-only. All headers for a MIME entity as one string. |
| Preamble | Read-write. Preamble of a MIME multipart entity. |
Methods
| Name | Description |
|---|---|
| CreateChildEntity | Creates a MIME entity and inserts it into the list of child MIME entities. |
| CreateHeader | Creates a MIME header and returns its representation as an object. |
| CreateParentEntity | Creates a MIME entity and establishes it as the calling entity's parent. The calling entity becomes its first child. |
| DecodeContent | Decodes the non-header content of a MIME entity. |
| EncodeContent | Encodes the non-header content of a MIME entity. |
| GetContentAsBytes | Gets the content of the current MIME entity as an uninterpreted byte stream. |
| GetContentAsText | Gets the content of the current MIME entity as text. |
| GetEntityAsText | Gets the headers and content of a MIME entity as text. |
| GetFirstChildEntity | Returns the first child MIME entity that is contained within a multipart MIME entity. |
| GetNextEntity | Returns 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. |
| GetNthHeader | Returns a header associated with a MIME entity. |
| GetParentEntity | Returns the parent MIME entity of the current MIME entity within a multipart entity. |
| GetPrevEntity | Returns 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. |
| GetSomeHeaders | Returns specified headers for a MIME entity as one string. |
| Remove (NotesMIMEEntity) | Removes the current MIME entity and its children. |
| SetContentFromBytes | Sets the content of the current MIME entity from an uninterpreted byte stream. |
| SetContentFromText | Sets the content of a MIME entity from text. |
Examples
| Name | Description |
|---|---|
| Examples: BoundaryEnd property | This agent displays the start and end boundaries for each child entity in a multipart entity, assuming two levels. |
| Examples: BoundaryStart property | This 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 property | This 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 property | This agent displays the names and values of the headers of a MIME entity. |
| Examples: HeaderObjects property | This agent displays the names and values of the headers of a MIME entity. |
| Examples: Headers property | This 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. |