TTMSFNCCloudSendGridContent Class
Represents one content body of the message, such as a plain-text or HTML part, with its MIME type and value.
API unit family: TMSFNCCloudSendGrid
Inherits from: TPersistent
Syntax
TTMSFNCCloudSendGridContent = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ContentType | MIME type of the content, for example text/plain or text/html. |
| Value | Actual body text of the content part. |
Methods
| Name | Description |
|---|---|
| ToJSON | Builds the JSON object describing this content part. |