Click or drag to resize
IssueSender Class
Class for sending newsletter issues (IssueInfo).
Inheritance Hierarchy
SystemObject
  CMS.NewslettersIssueSender

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class IssueSender : IIssueSender
Constructors
  NameDescription
Public methodIssueSender
Creates new instance of IssueSender
Public methodIssueSender(IssueInfo) Obsolete.
Constructor.
Top
Methods
  NameDescription
Public methodSend(DateTime) Obsolete.
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
Public methodSend(String) Obsolete.
Sends issue to e-mail addresses delimited by semicolon.
Public methodSend(SubscriberInfo) Obsolete.
Sends e-mail based on the issue to the specified subscriber.
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(String) Obsolete.
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
Public methodSendAsync(IssueInfo, String)
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
Top
See Also