FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..replaceEmailBodyTokens Method

Replaces the email body tokens.

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

Syntax


public static bool replaceEmailBodyTokens(
	clsEngineContext oEngineContext,
	clsProps oProps,
	ref string oEmailBody
)
Public Shared Function replaceEmailBodyTokens ( _
	oEngineContext As clsEngineContext, _
	oProps As clsProps, _
	ByRef oEmailBody As String _
) As Boolean
public:
static bool^ replaceEmailBodyTokens(
	clsEngineContext^ oEngineContext, 
	clsProps^ oProps, 
	String^% oEmailBody
)

Parameters

oEngineContext
Type: clsEngineContext
The o engine context.
oProps
Type: FlowWright.cDevDeAPI..::..clsProps
The o props.
oEmailBody
Type: String%
The o email body.

Return Value

true if XXXX, false otherwise.