Click or drag to resize
IssueInfoMethodsGetMarketableRecipientsCount Method
Returns count of all contacts subscribed to given issue, excludes opted out contacts and bounced.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public static Object GetMarketableRecipientsCount(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
parameters
Type: SystemObject

Return Value

Type: Object
Remarks
The method returns recipients only for email campaigns (EmailCampaign). It does not return recipients for newsletters (Newsletter).
See Also