property Body: TStrings;
Description
Holds the message body.
By default the ContentType of data in Body is "text/plain".
You can set the charset in the ContentCharset property to encode Body, and transfer encoding in the ContentTransferEncoding property.
You can also add a TScTextAttachment object to the Attachments list to present different versions of the message, e.g. in the HTML format.
See Also