NewsletterEmailsDataViewModel Class |
Namespace: CMS.Newsletters.Web.UI
public class NewsletterEmailsDataViewModel
The NewsletterEmailsDataViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewsletterEmailsDataViewModel |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | ClickRate |
Relative number of recipients who clicked any link in the email to total number of recipients.
|
![]() | Clicks |
Absolute number of recipients who clicked any link in the email.
|
![]() | Date |
Date when the email was sent.
|
![]() | Name |
Display name of the email.
|
![]() | OpenRate |
Relative number of recipients who opened the email to total number of recipients.
|
![]() | Opens |
Absolute number of recipients who opened the email.
|
![]() | Sent |
Absolute number of recipients whom the email was sent to.
|
![]() | Unsubscribed |
Absolute number of recipients who opted-out.
|
![]() | UnsubscribedRate |
Relative number of recipients who opted-out to total number of recipients.
|