DataWeb
Search Results for

    Show / Hide Table of Contents

    Class EmailTemplate

    Represents an email template.

    Inheritance
    object
    EmailTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Email
    Assembly: DataWeb.Core.dll
    Syntax
    public class EmailTemplate

    Properties

    AppUrl

    Gets or sets the URL of the application associated with the email template.

    Declaration
    public string AppUrl { get; set; }
    Property Value
    Type Description
    string

    Body

    Gets or sets the body of the email template.

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX