SendEmailRequest.TrackingToken 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.
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.