IssueSender Class |
Namespace: CMS.Newsletters
public class IssueSender : IIssueSender
Name | Description | |
---|---|---|
![]() | IssueSender |
Creates new instance of IssueSender |
![]() | IssueSender(IssueInfo) | Obsolete.
Constructor.
|
Name | Description | |
---|---|---|
![]() | Send(DateTime) | Obsolete.
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
|
![]() | Send(String) | Obsolete.
Sends issue to e-mail addresses delimited by semicolon.
|
![]() | Send(SubscriberInfo) | Obsolete.
Sends e-mail based on the issue to the specified subscriber.
|
![]() | 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(String) | Obsolete.
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
|
![]() | SendAsync(IssueInfo, String) |
Asynchronously sends an issue to given e-mail addresses delimited by semicolon.
|