Share via


SendEmailRequest.TrackingToken Property

Definition

Gets or sets the tracking token.

public:
 property System::String ^ TrackingToken { System::String ^ get(); void set(System::String ^ value); };
public string TrackingToken { get; set; }
member this.TrackingToken : string with get, set
Public Property TrackingToken As String

Property Value

The tracking token, which is used to correlate an email with a context.

Remarks

You can specify a tracking token with this property. If this property is not set, it defaults to null. If the property is null, Dataverse will generate a tracking token automatically.

Applies to