Omada Identity
Omada Identity
Namespaces
Omada.OE.AppLogic
MailTemplateController Class
MailTemplateController Methods
FormatSubject Method
FormatSubject Method (MailTemplate, MailReceiver, DataObject)
FormatSubject Method (MailTemplate, MailReceiver, DataObject, SqlConnection, SqlTransaction)
FormatSubject Method (MailTemplate, MailReceiver, DataObject, EventActionContext, Transition, EventDefinition, SqlConnection, SqlTransaction)
MailTemplateController
FormatSubject 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#
Copy
public
string
FormatSubject
(
MailTemplate
template
,
MailReceiver
mailReceiver
,
DataObject
source
)
Parameters
template
Type:
Omada.OE.Model
MailTemplate
The mail template
mailReceiver
Type:
Omada.OE.Model
MailReceiver
Mail receiver.
source
Type:
Omada.OE.Model
DataObject
Used as the source of the mail variabels.
Return Value
Type:
String
See Also
Reference
MailTemplateController Class
FormatSubject Overload
Omada.OE.AppLogic Namespace