Compartir a través de


SendEmailFromTemplate.TemplateId Property

Definition

Gets or sets the ID of the e-mail template to use.

public:
 property System::Activities::InArgument<Guid> ^ TemplateId { System::Activities::InArgument<Guid> ^ get(); void set(System::Activities::InArgument<Guid> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Id of email template.")]
public System.Activities.InArgument<Guid> TemplateId { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of email template.")>]
member this.TemplateId : System.Activities.InArgument<Guid> with get, set
Public Property TemplateId As InArgument(Of Guid)

Property Value

The ID of the e-mail template to use.

Attributes

Applies to