Click or drag to resize
IRecipientsProviderGetAllRecipients Method
Return all contacts which are subscribed to an issue (or newsletter), includes opted out contacts and bounced.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
ObjectQuery<ContactInfo> GetAllRecipients()

Return Value

Type: ObjectQueryContactInfo
See Also