| EmailQueueManager Methods |
The EmailQueueManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearEmailsSendingStatus |
Clears the sending status for the corrupted e-mails.
| |
| FetchEmailsToSend(Boolean, Boolean, Int32, Int32) |
Fetches the e-mails which should be sent from database and marks them as being sent.
| |
| FetchEmailsToSend(Boolean, Boolean, Int32, Int32, Boolean, Int32) |
Fetches the e-mails which should be sent from database and marks them as being sent.
If enabled all e-mails with status 'sending' which have EmailID smaller then or equal to 'firstEmailId' will be deleted.
| |
| FetchVariantEmailsToSend |
Fetches the variant e-mails which should be sent from database and marks them as being sent.
If enabled all e-mails with status 'sending' which have EmailGUID smaller then or equal to 'firstEmailGuid' will be deleted.
| |
| GenerateDynamicIssue |
Generates issue of given dynamic newsletter based on the page defined by NewsletterDynamicURL.
| |
| GenerateEmails(Int32) |
Generates emails of given issue into e-mail queue.
| |
| GenerateEmails(IssueInfo) |
Generates e-mails of given issue into e-mail queue.
| |
| GenerateEmails(IssueInfo, SubscriberInfo) |
Generates e-mails of given issue into newsletter queue.
| |
| ResendEmail |
Sends specified e-mail, successfully sent e-mail is deleted from the queue, failed e-mail is updated with ErrorMessage information.
| |
| SendAllEmails |
Tries to send all e-mails in the newsletter queue (failed and new).
| |
| SendAllEmails(Boolean) |
Tries to send new e-mails in the newsletter queue, failed e-mails sending depends on the setting.
| |
| SendAllEmails(Boolean, Boolean, Int32) |
Tries to send all e-mails in the newsletter queue.
| |
| SendEmail(EmailQueueItemInfo, NewsletterInfo, IssueInfo, EmailTemplateInfo, String, String, String) |
Sends specified e-mail from the newsletter queue, successfully sent e-mail is deleted from the queue, failed e-mail is updated with ErrorMessage information.
| |
| SendEmail(EmailQueueItemInfo, NewsletterInfo, IssueInfo, EmailTemplateInfo, String, String, String, Boolean) |
Sends specified e-mail from the newsletter queue, failed e-mail is updated with ErrorMessage information.
|