OpenedEmailInfoProviderGetSubscribersOpenedEmails Method |
Gets a dataset with OpenedEmailInfo records of a specified subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax public static InfoDataSet<OpenedEmailInfo> GetSubscribersOpenedEmails(
string subscriberEmail
)
Parameters
- subscriberEmail
- Type: SystemString
Subscriber's email
Return Value
Type:
InfoDataSetOpenedEmailInfoA DataSet containing the OpenedEmailInfo records
See Also