Click or drag to resize
IRecipientsProviderGetMarketableRecipients Method
Return all contacts which are subscribed to the issue (or newsletter), excludes opted out contacts and bounced.

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

Return Value

Type: ObjectQueryContactInfo
See Also