EmailJobSendUserEmail Method (Page, Int32, Int32)

Sends an email to a CMS user.

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 SendUserEmail(
	Page Page,
	int TemplateID,
	int UserID
)

Parameters

Page
Type: System.Web.UIPage
The page object used in creating the email.
TemplateID
Type: SystemInt32
The email template ID.
UserID
Type: SystemInt32
The CMS user ID of the recipient.

Return Value

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