Click or drag to resize

IEmailManager Methods

The IEmailManager type exposes the following members.

Methods
  NameDescription
Public methodAddToUnsubscribeList
Adds a valid email address to the unsubscribe list
Public methodForwardMessage
Forward an email previously stored in the xot_email_message table as an attachment to a list of email addresses.
Public methodGetUnsubscribes
Returns a DataTable of unsubscribe email addresses and the date they were added.
Public methodLoadMessage
Loads a MailMessage from the xot_email_message table.
Public methodLogMessage
Logs a notification to the xot_email_message table.
Public methodPrepareMessage
Called before the message is sent.
Public methodRemoveFromList
Removes from a managed list in the email service.
Public methodRemoveFromUnsubscribeList
Remove from all bounce lists
Public methodUpdateStatus
Updates the status of the message (xot_email_message.email_status_id).
Top
See Also