Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- when
- Type: System DateTime
Time at which the issue will be sent. If the time is in the past, the scheduled task will be sent immediately.
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | Thrown when given issue has no existing newsletter assigned. |
See Also