SendEmailRequest.TrackingToken Property

 

Applies To: Dynamics CRM 2015

Gets or sets the tracking token.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.String

Type: StringThe tracking token, which is used to correlate an email with a context.

Remarks

You can generate a tracking token with the GetTrackingTokenEmailRequest message. If this property is unspecified it defaults to null. In this case, the SendEmailRequest message generates a tracking token automatically.

See Also

SendEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright