Click or drag to resize

MailTemplate Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public MailTemplate(
	int id,
	AppString name,
	AppString subject,
	AppString message
)

Parameters

id
Type: SystemInt32
name
Type: Omada.OE.ModelAppString
subject
Type: Omada.OE.ModelAppString
message
Type: Omada.OE.ModelAppString
See Also