Click or drag to resize
OpenedEmailInfoProviderGetIssueOpeners Method
Gets a dataset with OpenedEmailInfo records of a specified issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<OpenedEmailInfo> GetIssueOpeners(
	int issueId
)

Parameters

issueId
Type: SystemInt32
Id of the issue

Return Value

Type: InfoDataSetOpenedEmailInfo
A DataSet containing the OpenedEmailInfo records
See Also