EmailJobSendConstituentEmail Method (Page, Int32, String, MergeData)

Send an email that includes custom merge data to a back office constituent.

Namespace: BBNCExtensions.API.Emails
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract int SendConstituentEmail(
	Page Page,
	int TemplateID,
	string ConstituentRecordID,
	MergeData CustomMergeData
)

Parameters

Page
Type: System.Web.UIPage
The page object used in creating the email.
TemplateID
Type: SystemInt32
The email template ID.
ConstituentRecordID
Type: SystemString
The constituent ID of the recipient.
CustomMergeData
Type: BBNCExtensions.API.MergeMergeData
The custom merge data to include in the email.

Return Value

Type: Int32
The ID of the newly created email job.