IssueSender Send Method (DateTime)Kentico 8.0 API Reference
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

when
Type: OnlineSystem DateTime
Time at which the issue will be sent. If the time is in the past, the scheduled task will be sent immediately.
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationExceptionThrown when given issue has no existing newsletter assigned.
See Also