Click or drag to resize
RecipientsExtensions Class
Extension methods for IssueInfo which helps to retrieve an issue recipients.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersRecipientsExtensions

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static class RecipientsExtensions

The RecipientsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRecipientsProvider(IssueInfo)
Returns recipients provider for given issue. More information about the provider can be found here IRecipientsProvider.
Public methodStatic memberGetRecipientsProvider(NewsletterInfo)
Returns recipients provider for given newsletter. More information about the provider can be found here IRecipientsProvider.
Public methodStatic memberWithoutBounces
Restricts contact query (contacts) to return only not bounced contacts, the limit is given in bounceLimit.
Public methodStatic memberWithoutUnsubscribed
Restricts contact query (contacts) to return only subscribed contacts, all opted out recipients are removed.
Top
See Also