EmailTemplateUpdateParameters interface

Email Template update Parameters.

Properties

body

Email Template Body. This should be a valid XDocument

description

Description of the Email Template.

parameters

Email Template Parameter values.

subject

Subject of the Template.

title

Title of the Template.

Property Details

body

Email Template Body. This should be a valid XDocument

body?: string

Property Value

string

description

Description of the Email Template.

description?: string

Property Value

string

parameters

Email Template Parameter values.

parameters?: EmailTemplateParametersContractProperties[]

Property Value

subject

Subject of the Template.

subject?: string

Property Value

string

title

Title of the Template.

title?: string

Property Value

string