IEmailMessage.UserEngagementTrackingDisabled 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.
Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.
[Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="userEngagementTrackingDisabled", Update=true)]
public bool? UserEngagementTrackingDisabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="userEngagementTrackingDisabled", Update=true)>]
member this.UserEngagementTrackingDisabled : Nullable<bool> with get, set
Public Property UserEngagementTrackingDisabled As Nullable(Of Boolean)
Property Value
- Attributes