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

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

The IIssueSender type exposes the following members.

Methods
  NameDescription
Public methodSend
Sends e-mail based on the issue to the specified subscriber.
Top
See Also