Class EmailActivationBody
Represents the email activation body that is sent to a subscriber to confirm their email address.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class EmailActivationBody
Properties
AppUrl
Gets or sets the base URL of the application.
Declaration
public string AppUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email address of the subscriber.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailConfirmUrl
Gets or sets the URL to confirm the subscriber's email address.
Declaration
public string EmailConfirmUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
FromName
Gets or sets the sender's name.
Declaration
public string FromName { get; set; }
Property Value
Type | Description |
---|---|
string |