| 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: 10.0.0
 Syntax
Syntaxpublic 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
Exceptions See Also
See Also