Table of Contents

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

int

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

int

RecipientEmail

Recipient email address

public string? RecipientEmail { get; set; }

Property Value

string

RecipientId

Recipient identifier

public int RecipientId { get; set; }

Property Value

int

RecipientKey

Recipient key

public string? RecipientKey { get; set; }

Property Value

string

RecipientName

Recipient name

public string? RecipientName { get; set; }

Property Value

string

RecipientUserId

Recipient user identifier

public int RecipientUserId { get; set; }

Property Value

int

UnsubscribeCount

The unsubscribes count

public int UnsubscribeCount { get; set; }

Property Value

int
To top