Methods / Administrative Service |
Web Services
Retrieves an email templates with the specified template name from the server.
private string GetEMailTemplate(string processTemplateID)
Name | Description |
---|---|
processTemplateID |
|
Returns an email templates.
private string GetEMailTemplate(string templateID) { IWFAdminService api = GetAdminService(); return api.GetEMailTemplate(templateID); }
3.2.0.4 and higher