Icon Content Property

property Content: String

Available In: Server Applications

Specifies the textual content to include as the MIME part. This property and the ContentStream property are mutually-exclusive. If both properties are assigned a value, then the ContentStream property will take precedence.

Information If this property is assigned a value and the Content-Type header is not specified using the Headers property, it will be automatically set to "text/plain; charset=utf-8" when the email(s) are sent. In addition, if the Content-Transfer-Encoding header is not specified, it will automatically set to "quoted-printable" when the email(s) are sent.
Image