NewListRequest.AllowUsersToChooseBetweenHTMLAndPlainTextTrueFalse Property

Definition

When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup

[System.Text.Json.Serialization.JsonPropertyName("email_type_option")]
public bool? AllowUsersToChooseBetweenHTMLAndPlainTextTrueFalse { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("email_type_option")>]
member this.AllowUsersToChooseBetweenHTMLAndPlainTextTrueFalse : Nullable<bool> with get, set
Public Property AllowUsersToChooseBetweenHTMLAndPlainTextTrueFalse As Nullable(Of Boolean)

Property Value

Attributes

Applies to