EmailHelperQueue Class |
Namespace: CMS.EmailEngine
public static class Queue
The EmailHelperQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | SendingInProgess |
Gets a value indicating whether there are active sending threads.
|
Name | Description | |
---|---|---|
![]() ![]() | CancelSending |
Cancel currently running mailout.
|
![]() ![]() | 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.
|
![]() ![]() | SendAllFailed |
Sends all e-mails whose delivery failed.
|
![]() ![]() | 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.
|