ContentAsText (NotesMIMEEntity - LotusScript®)
Read-only. The content of a MIME entity in text format.
Defined in
Data type
String
Syntax
To get: content$ = notesMIMEEntity .ContentAsText
Usage
No data conversion occurs except: a non-encoded text entity that is not US-ASCII is converted to LMBCS. Non-text data returns as-is which may present problems in further manipulation. For example, data containing a null character will probably be truncated at the null character during string manipulation.
To get the MIME content as text in a NotesStream object, see GetContentAsText.
For the parent entity in a multipart entity, this property returns the preamble. See Preamble.