NewListRequest.AllowUsersToChooseBetweenHTMLAndPlainTextTrueFalse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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