Class RecipientsListData
- Namespace
- Dynamicweb.EmailMarketing.Statistics
- Assembly
- Dynamicweb.EmailMarketing.dll
Class RecipientsListData - UI wrapper for data
public sealed class RecipientsListData
- Inheritance
-
RecipientsListData
- Inherited Members
Properties
ClickCount
The clicked count
public int ClickCount { get; set; }
Property Value
EngagementIndexNumber
Engagement index number
public int EngagementIndexNumber { get; set; }
Property Value
- int
Integer value
OpenCount
The opened count
public int OpenCount { get; set; }
Property Value
RecipientEmail
Recipient email address
public string? RecipientEmail { get; set; }
Property Value
RecipientId
Recipient identifier
public int RecipientId { get; set; }
Property Value
RecipientKey
Recipient key
public string? RecipientKey { get; set; }
Property Value
RecipientName
Recipient name
public string? RecipientName { get; set; }
Property Value
RecipientUserId
Recipient user identifier
public int RecipientUserId { get; set; }
Property Value
UnsubscribeCount
The unsubscribes count
public int UnsubscribeCount { get; set; }