Internet Direct (Indy) Version 9.0.1 Beta
TIdMessage.Body
Represents the body of the message.

property Body: TStrings;
Description
Body is a TStrings property that contains the textual values that make up the body of the message.

When IsEncoded is True, Body contains values that are encoded using the encoding scheme identified in ContentTransferEncoding. When IsEncoded is False, Body contains ASCII text that represents the contents of the message.