Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdMessage.SetBody
TIdMessage
,
See Also
Updates the message body to the specified contents.
procedure
SetBody(
const
Value: TStrings);
Parameters
const Value: TStrings
Data to be assigned to the message body.
Description
SetBody is a procedure that updates the message body to the specified contents. SetBody is the write specifier for the
Body
property.