IIssueSender Interface |
Namespace: CMS.Newsletters
public interface IIssueSender
The IIssueSender type exposes the following members.
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.
|