Icon Content Property

property Content: String

Usage

Available In: Server Applications

Contains any textual content included with the content part. If the ContentType property is set to one of the following:

MIME TypeDescription
text/plainPlain text
text/htmlHTML
text/xmlXML
application/xmlXML
application/jsonJSON
application/javascriptJavaScript
application/pdfPDF document

then the part content will be available in this property. If the ContentType property contains any other value, then the part content will need to be accessed using the ContentStream property.

Information If the character set is set as part of the ContentType property using the charset attribute, then it must be set to "utf-8". If the character set is set to a different value, then the content part content will need to be accessed using the ContentStream property.
Image