The EmailHelper Queue type exposes the following members.
Back to Top
Back to Top
Methods
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| SendingInProgess |
Gets a value indicating whether there are active sending threads.
|
See Also