EmailHelperQueueSendScheduledAndFailed Method |
Sends all e-mails waiting in the queue. Also sends all failed emails, which are newer than
DateTime.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax public static void SendScheduledAndFailed(
DateTime failedEmailsNewerThan
)
Parameters
- failedEmailsNewerThan
- Type: SystemDateTime
See Also