EmailConfigurationModelProperties interface

Email configuration model properties.

Properties

customEmailAddresses

Gets or sets the custom email address for sending emails.

locale

Gets or sets the locale for the email notification.

sendToOwners

Gets or sets a value indicating whether to send email to subscription administrator.

Property Details

customEmailAddresses

Gets or sets the custom email address for sending emails.

customEmailAddresses?: string[]

Property Value

string[]

locale

Gets or sets the locale for the email notification.

locale?: string

Property Value

string

sendToOwners

Gets or sets a value indicating whether to send email to subscription administrator.

sendToOwners: boolean

Property Value

boolean