DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationAppSettings.EmailOptions

    Represents the automation email options.

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

    Properties

    SenderAddress

    Gets or sets the sender's email address for automation email.

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

    SenderName

    Gets or sets the sender's name for automation email.

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

    Template

    Gets or sets the automation email template.

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