EmailJob Methods

The EmailJob type exposes the following members.

Methods
  Name Description
Public method GetStatus
Returns the status of an email job.
Public method PreviewConstituentEmailText
Provides a preview of a constituent email.
Public method Send
Sends an email to any generic recipient.
Public method SendConstituentEmail(Page, Int32, String)
Sends an email to a back office constituent.
Public method SendConstituentEmail(Page, Int32, String, MergeData)
Send an email that includes custom merge data to a back office constituent.
Public method SendUserEmail(Page, Int32, Int32)
Sends an email to a CMS user.
Public method SendUserEmail(Page, Int32, Int32, MergeData)
Sends an email that includes custom merge data to a CMS user.
See Also