Class NewsletterRowReport
Represents a report for a newsletter row.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterRowReport
Properties
EventClickCount
The number of clicked events associated with the newsletter row.
Declaration
public int EventClickCount { get; set; }
Property Value
Type | Description |
---|---|
int |
EventFailCount
The number of failed events associated with the newsletter row.
Declaration
public int EventFailCount { get; set; }
Property Value
Type | Description |
---|---|
int |
EventOpenCount
The number of opened events associated with the newsletter row.
Declaration
public int EventOpenCount { get; set; }
Property Value
Type | Description |
---|---|
int |
EventRejectCount
The number of rejected events associated with the newsletter row.
Declaration
public int EventRejectCount { get; set; }
Property Value
Type | Description |
---|---|
int |
EventSendCount
The number of sent events associated with the newsletter row.
Declaration
public int EventSendCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Links
The list of NewsletterRowReport.Link associated with the newsletter row.
Declaration
public List<NewsletterRowReport.Link> Links { get; set; }
Property Value
Type | Description |
---|---|
List<NewsletterRowReport.Link> |
NewsletterRow
The newsletter row associated with the report.
Declaration
public NewsletterRow NewsletterRow { get; set; }
Property Value
Type | Description |
---|---|
NewsletterRow |