Search Results for

    Show / Hide Table of Contents

    Class EmailSettings

    Inheritance
    object
    EmailSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Infrastructure.EmailService
    Assembly: OEMS.Core.dll
    Syntax
    public class EmailSettings

    Properties

    EnableSsl

    Declaration
    public bool EnableSsl { get; set; }
    Property Value
    Type Description
    bool

    Host

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

    Password

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

    Port

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    int

    Sender

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

    Username

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