ServicePRO SDK Help

stcRuleMailMessage Constructor

Initializes a new instance of the stcRuleMailMessage struct.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcRuleMailMessage(
	int Id,
	int RuleId,
	int TemplateId,
	int ObjectId,
	bool HasTrace,
	clsEnumeration..::..hsRuleSMTPConfiguration MailConfig,
	bool IsProcess,
	stcMailMessage MailMessage
)
Public Sub New ( _
	Id As Integer, _
	RuleId As Integer, _
	TemplateId As Integer, _
	ObjectId As Integer, _
	HasTrace As Boolean, _
	MailConfig As clsEnumeration..::..hsRuleSMTPConfiguration, _
	IsProcess As Boolean, _
	MailMessage As stcMailMessage _
)

Parameters

Id
Type: Int32
The identifier.
RuleId
Type: Int32
The rule identifier.
TemplateId
Type: Int32
The template identifier.
ObjectId
Type: Int32
The object identifier.
HasTrace
Type: Boolean
if set to true [has trace].
MailConfig
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsRuleSMTPConfiguration
The mail configuration.
IsProcess
Type: Boolean
if set to true [is process].
MailMessage
Type: HelpSTAR.PCL.Common..::..stcMailMessage
The mail message.