FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTemplate..::..updateEmailTemplate Method

Updates the email template.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateEmailTemplate(
	string emailHTML
)
Public Function updateEmailTemplate ( _
	emailHTML As String _
) As Boolean
public:
bool^ updateEmailTemplate(
	String^ emailHTML
)

Parameters

emailHTML
Type: String
The email HTML.

Return Value

true if XXXX, false otherwise.