Sends the issue as draft to given e-mail addresses (recipients).
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxvoid Send(
IssueInfo issue,
string recipients
)
Parameters
- issue
- Type: CMS.NewslettersIssueInfo
Issue to be sent as draft. - recipients
- Type: SystemString
Recipients delimited by semicolon.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | issue is null. |
| ArgumentException | recipients is null or empty. |
| InvalidOperationException | Thrown when newsletter the issue is assigned to was not found. |
See Also