EmailJobPreviewConstituentEmailText Method

Provides a preview of a constituent email.

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 string PreviewConstituentEmailText(
	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: String
The text of the email that would be sent based on the parameters provided.