Click or drag to resize
IssueInfoProviderAddOpenedEmails Method
Increases the opened emails count int the issue specified.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void AddOpenedEmails(
	int issueId
)

Parameters

issueId
Type: SystemInt32
ID of the issue
See Also