Click or drag to resize
OpenedEmailInfoProviderGetIssueOpeners Method

Note: This API is now obsolete.

Gets a dataset with OpenedEmailInfo records of a specified issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IOpenedEmailInfoProvider.Get().WhereEquals("OpenedEmailIssueID", issueId) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - OpenedEmailInfo.Provider.")]
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