| NewsletterTasksManager Class | 
Namespace: CMS.Newsletters
public static class NewsletterTasksManager
The NewsletterTasksManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateMailoutTask | 
            Prepares scheduler TaskInfo object for an issue mail-out.
              | |
| CreateOrUpdateDynamicNewsletterTask | 
            Creates or updates scheduler TaskInfo object for the dynamic newsletter.
            If the taskToUpdate is specified, task is updated according taskInterval and newsletter.
            Otherwise new TaskInfo is used.
              | |
| DeleteMailoutTask | 
            Removes scheduled mail-out task for specified issue.
              | |
| DeleteWinnerSelectionTask | 
            Removes scheduled winner selection task.
              | |
| EnableVariantScheduledTasks | 
            Enables all scheduled tasks associated to all variants of parent issue.
              | |
| EnsureMailoutTask | 
            Returns scheduled mail-out task for the given issue or creates new one.
              | |
| EnsureWinnerSelectionTask | 
            Ensures that the winner selection task is created or updated (or deleted) according to A/B test info.
            Start time of winner selection task is calculated according to A/B test setting and highest mail-out time of the variant.
              |