| EmailQueueManagerSendAllEmails Method | 
            Tries to send all e-mails from the newsletter queue.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
 Syntax
Syntaxpublic static void SendAllEmails(
	bool sendFailed = true,
	bool sendNew = true,
	int issueId = 0
)
Parameters
- sendFailed (Optional)
- Type: SystemBoolean
 Indicates if failed emails should be sent.
- sendNew (Optional)
- Type: SystemBoolean
 Indicates if new 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
See Also