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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public static void GenerateEmails(
	IssueInfo issue
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
Issue object
Exceptions
ExceptionCondition
ExceptionMore than 100 emails are generated with license not providing access to FullContactManagement
See Also