GetTrackingTokenEmailResponse.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 the requested tracking token.
public:
property System::String ^ TrackingToken { System::String ^ get(); };
public string TrackingToken { get; }
member this.TrackingToken : string
Public ReadOnly Property TrackingToken As String
Property Value
The requested tracking token. This value can be passed as a property in the SendEmailRequest message.