| 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: 10.0.0
 Syntax
Syntaxpublic static void SendScheduledAndFailed(
	DateTime failedEmailsNewerThan
)
Parameters
- failedEmailsNewerThan
- Type: SystemDateTime
 
 See Also
See Also