Class NewsletterSubscriberInfo
Inheritance
NewsletterSubscriberInfo
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterSubscriberInfo
Properties
AdditionalValues
Declaration
public IEnumerable<NewsletterSubscriberInfo.AdditionalValue> AdditionalValues { get; set; }
Property Value
Country
Declaration
public string Country { get; set; }
Property Value
Culture
Declaration
public string Culture { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Groups
Declaration
public string Groups { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Interests
Declaration
public string Interests { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
SubscriptionDate
Declaration
public DateTimeOffset? SubscriptionDate { get; set; }
Property Value
Zone
Declaration
public string Zone { get; set; }
Property Value