| OpenedEmailInfoProviderGetIssueOpeners Method  | 
            Gets a dataset with OpenedEmailInfo records of a specified issue.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntaxpublic static InfoDataSet<OpenedEmailInfo> GetIssueOpeners(
	int issueId
)
Parameters
- issueId
 - Type: SystemInt32
Id of the issue 
Return Value
Type: 
InfoDataSetOpenedEmailInfoA DataSet containing the OpenedEmailInfo records
See Also