public static interface CampaignEmailMessage.Builder extends SdkPojo, CopyableBuilder<CampaignEmailMessage.Builder,CampaignEmailMessage>
| Modifier and Type | Method and Description |
|---|---|
CampaignEmailMessage.Builder |
body(String body)
The body of the email for recipients whose email clients don't render HTML content.
|
CampaignEmailMessage.Builder |
fromAddress(String fromAddress)
The verified email address to send the email from.
|
CampaignEmailMessage.Builder |
htmlBody(String htmlBody)
The body of the email, in HTML format, for recipients whose email clients render HTML content.
|
CampaignEmailMessage.Builder |
title(String title)
The subject line, or title, of the email.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignEmailMessage.Builder body(String body)
The body of the email for recipients whose email clients don't render HTML content.
body - The body of the email for recipients whose email clients don't render HTML content.CampaignEmailMessage.Builder fromAddress(String fromAddress)
The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.
fromAddress - The verified email address to send the email from. The default address is the FromAddress specified
for the email channel for the application.CampaignEmailMessage.Builder htmlBody(String htmlBody)
The body of the email, in HTML format, for recipients whose email clients render HTML content.
htmlBody - The body of the email, in HTML format, for recipients whose email clients render HTML content.CampaignEmailMessage.Builder title(String title)
The subject line, or title, of the email.
title - The subject line, or title, of the email.Copyright © 2023. All rights reserved.