Get All EMail Templates

API Type

Web Services

Description

Retrieves all the global email templates from the server.

Syntax

private KeyValue[] GetAllEMailTemplates()

Parameters

Name Description
None Not Applicable

Output

Returns all the global email templates.

Example

private KeyValue[] GetAllEMailTemplates()

	{
    IWFAdminService api = GetAdminService();
    return api.GetAllEMailTemplates();
	}

Supported Versions

3.2.0.4 and higher