EmailJob Class

Provides methods used to send emails and obtain status information for email jobs.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.EmailsEmailJob

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 class EmailJob

The EmailJob type exposes the following members.

Methods
  NameDescription
Public methodGetStatus
Returns the status of an email job.
Public methodPreviewConstituentEmailText
Provides a preview of a constituent email.
Public methodSend
Sends an email to any generic recipient.
Public methodSendConstituentEmail(Page, Int32, String)
Sends an email to a back office constituent.
Public methodSendConstituentEmail(Page, Int32, String, MergeData)
Send an email that includes custom merge data to a back office constituent.
Public methodSendUserEmail(Page, Int32, Int32)
Sends an email to a CMS user.
Public methodSendUserEmail(Page, Int32, Int32, MergeData)
Sends an email that includes custom merge data to a CMS user.