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