Table of Contents

TTMSFNCCloudMailChimpMarketing.SetCampaignContent Method

Updates the HTML and optional plain-text content of a campaign.

API unit family: TMSFNCCloudMailChimp.Marketing Declaring type: TTMSFNCCloudMailChimpMarketing Inherited from: TTMSFNCCloudCustomMailChimpMarketing

Syntax

procedure SetCampaignContent(ACampaign: TTMSFNCCloudMailChimpCampaign; AHTML: string; APlainText: string = '');

Parameters

Name Description
ACampaign Campaign whose content is updated.
AHTML HTML content to apply.
APlainText Optional plain-text content to apply.