Click or drag to resize
EmailHelperQueueSendScheduledAndFailed Method
Sends all e-mails waiting in the queue. Also sends all failed emails, which are newer than DateTime.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void SendScheduledAndFailed(
	DateTime failedEmailsNewerThan
)

Parameters

failedEmailsNewerThan
Type: SystemDateTime
See Also