Click or drag to resize

MailTemplateControllerFormatTemplateText Method (String, MailReceiver, DataObject)

Formates a text based for a specific receiver based on a source object

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string FormatTemplateText(
	string templateText,
	MailReceiver mailReceiver,
	DataObject source
)

Parameters

templateText
Type: SystemString
The template message
mailReceiver
Type: Omada.OE.ModelMailReceiver
Mail receiver.
source
Type: Omada.OE.ModelDataObject
Used as the source of the mail variabels.

Return Value

Type: String
See Also