Click or drag to resize

MailTemplateControllerFormatSubject Method (MailTemplate, MailReceiver, DataObject)

Formats the mail subject to a specific receiver based on a template.

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

Parameters

template
Type: Omada.OE.ModelMailTemplate
The mail template
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