Click or drag to resize
EmailQueueManagerGenerateEmails Method (Int32)
Generates emails of given issue into e-mail queue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static void GenerateEmails(
	int issueID
)

Parameters

issueID
Type: SystemInt32
Issue ID
Exceptions
ExceptionCondition
ExceptionMore than 100 emails are generated with license not providing access to FullContactManagement
See Also