ValueObject
Table of Contents
Classes
- Body
- Represents the body of the email message.
- Content
- An object that represents the content of the email, and optionally a character set specification.
- Destination
- An object that describes the recipients for an email.
- EmailContent
- An object that defines the entire content of the email, including the message headers and the body content. You can
create a simple email message, in which you specify the subject and the text and HTML versions of the message body.
- ListManagementOptions
- An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to
unsubscribe.
- Message
- Represents the email message that you're sending. The `Message` object consists of a subject line and a message body.
- MessageHeader
- Contains the name and value of a message header that you add to an email.
- MessageTag
- Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email
sending events.
- RawMessage
- Represents the raw content of an email message.
- Template
- An object that defines the email template to use for an email message, and the values to use for any message
variables in that template. An *email template* is a type of message template that contains content that you want to
define, save, and reuse in email messages that you send.