Click or drag to resize
NewsletterEmailsDataViewModel Class
Represents data container to be used for newsletter report.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.Web.UINewsletterEmailsDataViewModel

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 12.0.0
Syntax
C#
public class NewsletterEmailsDataViewModel

The NewsletterEmailsDataViewModel type exposes the following members.

Constructors
  NameDescription
Public methodNewsletterEmailsDataViewModel
Default constructor.
Top
Properties
  NameDescription
Public propertyClickRate
Relative number of recipients who clicked any link in the email to total number of recipients.
Public propertyClicks
Absolute number of recipients who clicked any link in the email.
Public propertyDate
Date when the email was sent.
Public propertyName
Display name of the email.
Public propertyOpenRate
Relative number of recipients who opened the email to total number of recipients.
Public propertyOpens
Absolute number of recipients who opened the email.
Public propertySent
Absolute number of recipients whom the email was sent to.
Public propertyUnsubscribed
Absolute number of recipients who opted-out.
Public propertyUnsubscribedRate
Relative number of recipients who opted-out to total number of recipients.
Top
See Also