Queue Methods |
The EmailHelperQueue type exposes the following members.
Name | Description | |
---|---|---|
CancelSending |
Cancels currently running mailout and optionally logs a web farm task propagating the cancellation.
| |
Delete(Int32) |
Deletes an e-mail with the specified ID.
| |
Delete(Int32) |
Deletes e-mails with the specified IDs.
| |
DeleteAll |
Deletes all e-mails waiting in the queue.
| |
DeleteAllFailed |
Deletes all e-mails whose delivery failed.
| |
DeleteArchived |
Deletes all archived e-mails.
| |
Send(Int32) |
Sends an e-mail with the specified ID.
| |
Send(Int32) |
Sends e-mail messages with the specified IDs.
| |
SendAll |
Sends all e-mails waiting in the queue.
| |
SendAll(Int32) |
Sends all e-mails for given siteId.
| |
SendAllFailed |
Sends all e-mails whose delivery failed.
| |
SendAllFailed(Int32) |
Sends all e-mails whose delivery failed for given siteId.
| |
SendScheduled |
Runs the e-mail queue mailout in a separate thread.
| |
SendScheduledAndFailed |
Sends all e-mails waiting in the queue. Also sends all failed emails, which are newer than DateTime.
|