Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Newsletters Namespaces
CMS.Newsletters
IDraftSender Interface
IDraftSender Methods
Send Method
SendAsync Method
IDraftSender
SendAsync Method
Asynchronously 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#
Copy
void
SendAsync
(
IssueInfo
issue
,
string
recipients
)
Parameters
issue
Type:
CMS.Newsletters
IssueInfo
Issue to be sent as draft.
recipients
Type:
System
String
Recipients delimited by semicolon.
Exceptions
Exception
Condition
ArgumentNullException
issue
is null.
ArgumentException
recipients
is null or empty.
See Also
Reference
IDraftSender Interface
CMS.Newsletters Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com