Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.
You can execute this operation no more than once per second.
ses_get_template(TemplateName)
A list with the following syntax:
list(
Template = list(
TemplateName = "string",
SubjectPart = "string",
TextPart = "string",
HtmlPart = "string"
)
)
[required] The name of the template you want to retrieve.
svc$get_template(
TemplateName = "string"
)