EmailHelper Queue MembersKentico 8.0 API Reference
The EmailHelper Queue type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCancelSending
Cancel currently running mailout.
Public methodStatic memberDelete(Int32)
Deletes an e-mail with the specified ID.
Public methodStatic memberDelete( Int32 )
Deletes e-mails with the specified IDs.
Public methodStatic memberDeleteAll
Deletes all e-mails waiting in the queue.
Public methodStatic memberDeleteAllFailed
Deletes all e-mails whose delivery failed.
Public methodStatic memberDeleteArchived
Deletes all archived e-mails.
Public methodStatic memberSend(Int32)
Sends an e-mail with the specified ID.
Public methodStatic memberSend( Int32 )
Sends e-mail messages with the specified IDs.
Public methodStatic memberSendAll
Sends all e-mails waiting in the queue.
Public methodStatic memberSendAllFailed
Sends all e-mails whose delivery failed.
Public methodStatic memberSendScheduled
Runs the e-mail queue mailout in a separate thread.
Back to Top
Properties

  NameDescription
Public propertyStatic memberSendingInProgess
Gets a value indicating whether there are active sending threads.
Back to Top
See Also