sendmail MsgBody property
Return to Introduction  Previous page  Next page
Applies to
acSendMail component.  

Declaration
property MsgBody: String;  

Description
The MsgBody property specifies the text of e-mail message.  
 
The text can be either in plain or HTML format (depending on MsgContentType value). To specify the language of message (content encoding) — use MsgContentCharset property.  

See also
MsgSubject and TemplateConverter properties.