Click or drag to resize
IssueInfoIssueOpenedEmails Property
Gets or sets the number of opened e-mails by subscribers with this newsletter issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public virtual int IssueOpenedEmails { get; set; }

Property Value

Type: Int32
The total nuber of opened e-mails containing this issue of newsletter. Default is 0
See Also