Kentico 9.0 API Reference
Kentico 9.0 API Reference
Namespaces
CMS.Newsletters
IssueSender Class
IssueSender Methods
SendAsync Method
SendAsync Method (String)
SendAsync Method (IssueInfo, String)
IssueSender
SendAsync Method (IssueInfo, String)
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#
Copy
public
void
SendAsync
(
IssueInfo
issue
,
string
recipients
)
Parameters
issue
Type:
CMS.Newsletters
IssueInfo
Issue to be sent
recipients
Type:
System
String
Recipients delimited by semicolon
Implements
IIssueSender
SendAsync(IssueInfo, String)
Exceptions
Exception
Condition
ArgumentNullException
issue
is null -or-
recipients
is null or empty
See Also
Reference
IssueSender Class
SendAsync Overload
CMS.Newsletters Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com