TTMSFNCCloudMailChimpSubscriberList Class
Represents a marketing audience list with contact, campaign default, module, and statistics data.
API unit family: TMSFNCCloudMailChimp.Marketing
Inherits from: TPersistent
Syntax
TTMSFNCCloudMailChimpSubscriberList = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BeamerAddress | Gets the inbound email address assigned to the list. |
| CampaignDefaults | Gets or sets the campaign default values associated with the list. |
| Contact | Gets or sets the contact information associated with the list. |
| DateCreated | Gets the timestamp when the list was created. |
| DoubleOptin | Gets or sets whether new subscriptions require confirmation. |
| EmailTypeOption | Gets or sets whether subscribers can choose an email format. |
| HasWelcome | Gets whether the list has a welcome message configured. |
| Id | Gets or sets the service identifier of the subscriber list. |
| ListName | Gets or sets the display name of the subscriber list. |
| ListRating | Gets the list rating reported by the service. |
| MarketingPermissions | Gets or sets whether marketing-permission fields are enabled for the list. |
| Modules | Gets the module names enabled for the list. |
| NotifyOnSubscribe | Gets or sets the notification address used when a contact subscribes. |
| NotyifyOnUnsubscribe | Gets or sets the notification address used when a contact unsubscribes. |
| PermissionReminder | Gets or sets the permission reminder shown to subscribers. |
| Stats | Gets the aggregate statistics for the list. |
| SubscribeURLLong | Gets the full subscription URL for the list. |
| SubscribeURLShort | Gets the shortened subscription URL for the list. |
| UseArchiveBar | Gets or sets whether the list uses the hosted archive bar. |
| Web_ID | Gets the web identifier assigned to the list. |
Methods
| Name | Description |
|---|---|
| FromJSON | Loads the subscriber list fields from a JSON value returned by the service. |
| ToJSON | Serializes the subscriber list fields to a JSON string. |