Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Newsletters Namespaces
CMS.Newsletters
IIssueSender Interface
IIssueSender Methods
Send Method
IIssueSender
Send Method
Sends e-mail based on the issue to the specified subscriber.
Namespace:
CMS.Newsletters
Assembly:
CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.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
CMS.Newsletters Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com