Table of Contents

Class ResponseItem

Namespace
Dynamicweb.EmailMarketing.Statistics
Assembly
Dynamicweb.EmailMarketing.dll

Represents recipient response

public class ResponseItem
Inheritance
ResponseItem
Inherited Members

Properties

AccessUserExternalID

Gets or sets external id of access user entity

public string AccessUserExternalID { get; set; }

Property Value

string

String value

Data

Gets or sets Data

public string Data { get; set; }

Property Value

string

String value

EmailAddress

Gets or sets email address

public string EmailAddress { get; set; }

Property Value

string

String value

EmailID

Gets or sets email id

public string EmailID { get; set; }

Property Value

string

String value

EmailSubject

Gets or sets email subject

public string EmailSubject { get; set; }

Property Value

string

String value

ResponseType

Gets or sets response type

public string ResponseType { get; set; }

Property Value

string

String value

TimeStamp

Gets or sets time stamp

public string TimeStamp { get; set; }

Property Value

string

String value

To top