Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Template

The content of the email, composed of a subject line, an HTML part, and a text-only part.

Hierarchy

  • Template

Index

Properties

Optional HtmlPart

HtmlPart: undefined | string

The HTML body of the email.

Optional SubjectPart

SubjectPart: undefined | string

The subject line of the email.

TemplateName

TemplateName: string | undefined

The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

Optional TextPart

TextPart: undefined | string

The email body that will be visible to recipients whose email clients do not display HTML.