EmailQueueManagerSendAllEmails Method (Boolean, Boolean, Int32) |
Tries to send all e-mails in the newsletter queue.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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