Click or drag to resize
IssueRecipientsListService Class
Service for retrieving bounced and unsubscribed contacts
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.Web.UI.InternalIssueRecipientsListService

Namespace: CMS.Newsletters.Web.UI.Internal
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class IssueRecipientsListService

The IssueRecipientsListService type exposes the following members.

Constructors
  NameDescription
Public methodIssueRecipientsListService
Top
Methods
  NameDescription
Public methodGetBouncedContactsIds
Filters contact ids which exceed bounce limit.
Public methodGetContactsAndContactGroups
Returns contact group for given issue id and contact ids.
Public methodGetContactsWithFullName
Returns contact full name for given contactIds
Public methodGetUnsubscribedContactsIds
Filters unsubscribed contact ids for given newsletter id.
Top
See Also