Click or drag to resize
IIssueSenderSendAsync Method
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.

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

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue to be sent
recipients
Type: SystemString
Recipients delimited by semicolon
See Also