EmailJobSend Method

Sends an email to any generic recipient.

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 Send(
	Page Page,
	int TemplateID,
	string RecipientEmailAddress,
	string RecipientName,
	MergeData CustomMergeData
)

Parameters

Page
Type: System.Web.UIPage
The page object used in creating the email.
TemplateID
Type: SystemInt32
The email template ID.
RecipientEmailAddress
Type: SystemString
The email address of the recipient.
RecipientName
Type: SystemString
The name 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.