Click or drag to resize
IRecipientsProvider Interface
Provides helper methods which are able to return different subset of subscribers per issue or newsletter

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public interface IRecipientsProvider

The IRecipientsProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAllRecipients
Return all contacts which are subscribed to an issue (or newsletter), includes opted out contacts and bounced.
Public methodGetMarketableRecipients
Return all contacts which are subscribed to the issue (or newsletter), excludes opted out contacts and bounced.
Top
See Also