Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Newsletters Namespaces
CMS.Newsletters
IIssueSender Interface
IIssueSender Methods
Send Method
Send Method (IssueInfo, SubscriberInfo)
Send Method (IssueInfo, DateTime)
IIssueSender
Send Method (IssueInfo, SubscriberInfo)
Sends e-mail based on the issue to the specified subscriber.
Namespace:
CMS.Newsletters
Assembly:
CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
Copy
void
Send
(
IssueInfo
issue
,
SubscriberInfo
subscriber
)
Parameters
issue
Type:
CMS.Newsletters
IssueInfo
Issue to be sent.
subscriber
Type:
CMS.Newsletters
SubscriberInfo
Subscriber.
Exceptions
Exception
Condition
ArgumentNullException
issue
is null -or-
subscriber
is null
See Also
Reference
IIssueSender Interface
Send Overload
CMS.Newsletters Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com