TTMSFNCCLoudMailChimpRecipient Class
Represents a single message recipient, holding the email address, display name, and addressing role.
API unit family: TMSFNCCloudMailChimp.Transactions
Inherits from: TPersistent
Syntax
TTMSFNCCLoudMailChimpRecipient = class(TPersistent)
Properties
| Name | Description |
|---|---|
| The recipient's email address. | |
| RecipientName | The recipient's display name shown alongside the address. |
| RecipientType | The addressing role for this recipient. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the recipient to its JSON representation. |