Click or drag to resize
EmailQueueManagerSendAllEmails Method (Boolean, Boolean, Int32)
Tries to send all e-mails in the newsletter queue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void SendAllEmails(
	bool sendFailed,
	bool sendNew,
	int issueId
)

Parameters

sendFailed
Type: SystemBoolean
Send failed e-mails?
sendNew
Type: SystemBoolean
Send new e-mails?
issueId
Type: SystemInt32
Issue ID (optional)
See Also