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