RecipientsExtensions Class |
Namespace: CMS.Newsletters
public static class RecipientsExtensions
The RecipientsExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetRecipientsProvider(IssueInfo) |
Returns recipients provider for given issue. More information about the provider can be found here IRecipientsProvider.
| |
GetRecipientsProvider(NewsletterInfo) |
Returns recipients provider for given newsletter. More information about the provider can be found here IRecipientsProvider.
| |
WithoutBounces |
Restricts contact query (contacts) to return only not bounced contacts, the limit is given in bounceLimit.
| |
WithoutUnsubscribed |
Restricts contact query (contacts) to return only subscribed contacts, all opted out recipients are removed.
|