SendEmailFromTemplate.TemplateId 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 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