Click or drag to resize
EmailHelperQueue Class
Contains simple services for queue management actions callable from UI.
Inheritance Hierarchy
SystemObject
  CMS.EmailEngineEmailHelperQueue

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
public static class Queue

The EmailHelperQueue 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.
Top
Properties
  NameDescription
Public propertyStatic memberSendingInProgess
Gets a value indicating whether there are active sending threads.
Top
See Also