Click or drag to resize
IssueInfoProviderAddSentEmails Method
Increases the sent emails count in the issue specified.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void AddSentEmails(
	int issueId,
	int emails,
	DateTime mailoutTime
)

Parameters

issueId
Type: SystemInt32
Issue ID
emails
Type: SystemInt32
Number of sent emails to add
mailoutTime
Type: SystemDateTime
Time when the e-mails were sent
See Also