Click or drag to resize
IssueSenderSend Method (DateTime)

Note: This API is now obsolete.

Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use Send(IssueInfo, DateTime) instead.")]
public void Send(
	DateTime when
)

Parameters

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
ExceptionCondition
InvalidOperationExceptionThrown when given issue has no existing newsletter assigned.
See Also