Kentico 10 API Reference
Kentico 10 API Reference
Namespaces
CMS.Newsletters Namespaces
CMS.Newsletters
IssueSender Class
IssueSender Methods
Send Method
SendAsync Method
IssueSender
SendAsync Method
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
Namespace:
CMS.Newsletters
Assembly:
CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.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
CMS.Newsletters Namespace
Copyright (c) 2016 Kentico Software
Send comments on this topic to
support@kentico.com