DataWeb
Search Results for

    Show / Hide Table of Contents

    Class EmailActivationBody

    Represents the email activation body that is sent to a subscriber to confirm their email address.

    Inheritance
    object
    EmailActivationBody
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Email

    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
    In this article
    Back to top Generated by DocFX