Click or drag to resize
IssueInfoMethodsGetAllRecipients Method
Returns all recipients for the given issue belonging to the email campaign.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public static Object GetAllRecipients(
	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