Methods / Administrative Service |
Web Services
Retrieves all the global email templates from the server.
private KeyValue[] GetAllEMailTemplates()
Name | Description |
---|---|
None | Not Applicable |
Returns all the global email templates.
private KeyValue[] GetAllEMailTemplates() { IWFAdminService api = GetAdminService(); return api.GetAllEMailTemplates(); }
3.2.0.4 and higher