Click or drag to resize
IIssueSender Interface
Class for sending newsletter issues (IssueInfo).

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public interface IIssueSender

The IIssueSender type exposes the following members.

Methods
  NameDescription
Public methodSend(IssueInfo, SubscriberInfo)
Sends e-mail based on the issue to the specified subscriber.
Public methodSend(IssueInfo, DateTime)
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
Public methodSend(IssueInfo, String)
Sends issue to e-mail addresses delimited by semicolon.
Public methodSendAsync
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
Top
See Also