| IssueSender Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Newsletters
 Syntax
Syntaxpublic class IssueSender : IIssueSender
The IssueSender type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IssueSender | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Send(IssueInfo, SubscriberInfo) | 
            Sends e-mail based on the issue to the specified subscriber.
             | 
|  | Send(IssueInfo, DateTime) | 
            Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
             | 
|  | Send(IssueInfo, String) | 
            Sends issue to e-mail addresses delimited by semicolon.
             | 
|  | SendAsync | 
            Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
             | 
 See Also
See Also