Tracking.HTMLClickTracking 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.
Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns
[System.Text.Json.Serialization.JsonPropertyName("html_clicks")]
public bool? HTMLClickTracking { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("html_clicks")>]
member this.HTMLClickTracking : Nullable<bool> with get, set
Public Property HTMLClickTracking As Nullable(Of Boolean)
Property Value
- Attributes