Click or drag to resize
IIssueSchedulerScheduleIssue Method
Schedules the given issue to be sent at timed specified by date.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
void ScheduleIssue(
	IssueInfo issue,
	DateTime date
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue to be scheduled
date
Type: SystemDateTime
Date the issue should be scheduled to
Exceptions
ExceptionCondition
ArgumentNullExceptionissue is null
See Also