Omada Identity
Omada Identity
Namespaces
Omada.OE.AppLogic
MailTemplateController Class
MailTemplateController Methods
FormatMessage Method
FormatMessage Method (MailTemplate, MailReceiver, DataObject)
FormatMessage Method (MailTemplate, MailReceiver, DataObject, SqlConnection, SqlTransaction)
MailTemplateController
FormatMessage Method (MailTemplate, MailReceiver, DataObject)
Formats a message to a specific receiver based on a mail template
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
Copy
public
string
FormatMessage
(
MailTemplate
template
,
MailReceiver
mailReceiver
,
DataObject
source
)
Parameters
template
Type:
Omada.OE.Model
MailTemplate
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
FormatMessage Overload
Omada.OE.AppLogic Namespace