IIssueSenderSend Method (IssueInfo, DateTime) |
Sends issue at given time (creates scheduled task,
QueueSender) to all subscribers.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax void Send(
IssueInfo issue,
DateTime when
)
Parameters
- issue
- Type: CMS.NewslettersIssueInfo
Issue to be sent - when
- Type: SystemDateTime
Time at which the issue will be sent. If the time is in the past, the scheduled task will be sent immediately.
Exceptions See Also