SendEmailFromTemplateResponse.Id Property

Definition

Gets the ID of the email record that was sent.

public:
 property Guid Id { Guid get(); };
public Guid Id { get; }
member this.Id : Guid
Public ReadOnly Property Id As Guid

Property Value

The ID of the email record that was sent. This corresponds to the Email.EmailId property, which is the primary key for the Email entity.

Applies to