IssueInfoIssueOpenedEmails Property |
Gets or sets the number of opened e-mails by subscribers with this newsletter issue.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax public virtual int IssueOpenedEmails { get; set; }
Property Value
Type:
Int32The total number of opened e-mails containing this issue of newsletter. Default is 0
See Also