TTMSFNCCloudSendGridPerson Class
Represents a single person involved in an email message, holding an email address and an optional display name.
API unit family: TMSFNCCloudSendGrid
Inherits from: TPersistent
Syntax
TTMSFNCCloudSendGridPerson = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Email address of the person. | |
| Name | Optional display name shown alongside the email address. |
Methods
| Name | Description |
|---|---|
| ToJSON | Builds the JSON object describing this person. |