Click or drag to resize
EmailQueueManagerSendAllEmails Method
Tries to send all e-mails from the newsletter queue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static void SendAllEmails(
	bool sendFailed = true,
	int issueId = 0
)

Parameters

sendFailed (Optional)
Type: SystemBoolean
Indicates if failed emails should be sent.
issueId (Optional)
Type: SystemInt32
Context of an issue for which the emails should be sent. If not provided, context is gathered from the first item in the queue.
See Also