TTMSFNCCloudMailChimpCampaignSettings Class
Stores sender, subject, template, and social-sharing settings for a campaign.
API unit family: TMSFNCCloudMailChimp.Marketing
Inherits from: TPersistent
Syntax
TTMSFNCCloudMailChimpCampaignSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Authenticate | Gets or sets whether email authentication is enabled. |
| AutoFBPost | Gets or sets Facebook page identifiers used for automatic posts. |
| AutoFooter | Gets or sets whether the default footer is added automatically. |
| AutoTweet | Gets or sets whether the campaign is tweeted automatically. |
| FBComments | Gets or sets whether Facebook comments are enabled. |
| FolderId | Gets or sets the folder identifier used to organize the campaign. |
| FromName | Gets or sets the sender display name. |
| PreviewText | Gets or sets the inbox preview text shown with the subject. |
| ReplyTo | Gets or sets the reply-to email address. |
| SubjectLine | Gets or sets the campaign subject line. |
| TemplateID | Gets or sets the template identifier used by the campaign. |
| Title | Gets or sets the internal campaign title. |
| ToName | Gets or sets the recipient-name merge expression. |
| UseConversation | Gets or sets whether conversation tracking is enabled for replies. |
| inlineCSS | Gets or sets whether CSS is inlined in the campaign content. |
Methods
| Name | Description |
|---|---|
| FromJSON | Loads campaign settings from a JSON value returned by the service. |
| ToJSON | Serializes the campaign settings to a JSON string. |