|
|
|
| SendMail component.
|
| type
|
| TacSMTPContentType = (ctPlainText, ctHTML);
|
|
|
| property MsgContentType: TacSMTPContentType;
|
| The MsgContentType property specifies the type of message content. The MsgContentType allows to email reader to determinate which format should be used to display the message.
|
|
|
| Set MsgContentType to ctPlainText if you wish the MsgBody contains only plain text, or set it to ctHTML to send HTML-formatted message.
|
| MsgContentCharset, MsgBody and MsgSubject properties.
|