AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.CampaignEmailMessage

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class CampaignEmailMessage

The CampaignEmailMessage type exposes the following members

Constructors

NameDescription
Public Method CampaignEmailMessage()

Properties

NameTypeDescription
Public Property Body System.String

Gets and sets the property Body.

The body of the email for recipients whose email clients don't render HTML content.

Public Property FromAddress System.String

Gets and sets the property FromAddress.

The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.

Public Property HtmlBody System.String

Gets and sets the property HtmlBody.

The body of the email, in HTML format, for recipients whose email clients render HTML content.

Public Property Title System.String

Gets and sets the property Title.

The subject line, or title, of the email.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5