NewsletterHelperGetEmailAddressCount Method |
Returns number of recipients subscribed for specified newsletter. Takes unsubscription and bounces into account (see
GetMarketableRecipients).
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public static int GetEmailAddressCount(
IssueInfo issue
)
Parameters
- issue
- Type: CMS.NewslettersIssueInfo
Count is calculated for this issue
Return Value
Type:
Int32Total amount of emails subscribed to the given
issue without the unsubscribed ones.
Exceptions See Also