Aracılığıyla paylaş


EmailTemplateContract.Body Property

Definition

Gets or sets email Template Body. This should be a valid XDocument

[Newtonsoft.Json.JsonProperty(PropertyName="properties.body")]
public string Body { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.body")>]
member this.Body : string with get, set
Public Property Body As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to