Click or drag to resize
IDraftSenderSend Method
Sends the issue as draft to given e-mail addresses (recipients).

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
void Send(
	IssueInfo issue,
	string recipients
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue to be sent as draft.
recipients
Type: SystemString
Recipients delimited by semicolon.
Exceptions
ExceptionCondition
ArgumentNullExceptionissue is null.
ArgumentExceptionrecipients is null or empty.
InvalidOperationExceptionThrown when newsletter the issue is assigned to was not found.
See Also