IssueInfoMethodsGetMarketableRecipientsCount Method |
Returns count of all contacts subscribed to given issue, excludes opted out contacts and bounced.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax public static Object GetMarketableRecipientsCount(
EvaluationContext context,
params Object[] parameters
)
Parameters
- context
- Type: CMS.MacroEngineEvaluationContext
- parameters
- Type: SystemObject
Return Value
Type:
ObjectRemarks The method returns recipients only for email campaigns (
EmailCampaign).
It does not return recipients for newsletters (
Newsletter).
See Also