Search Results for

    Show / Hide Table of Contents

    Class EmailSettings

    Inheritance
    object
    EmailSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Notifications
    Assembly: LemonEdge.API.Core.dll
    Syntax
    public class EmailSettings

    Constructors

    EmailSettings()

    Declaration
    public EmailSettings()

    Fields

    CONFIGURATION_SECTION

    Declaration
    public const string CONFIGURATION_SECTION = "LemonEdge:EmailSettings"
    Field Value
    Type Description
    string

    Properties

    EmailLogin

    The email login used for sending automated LemonEdge emails from

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

    EmailPassword

    The email password used for sending automated LemonEdge emails from

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

    EmailSMTPAddress

    The smtp address used for sending automated LemonEdge emails from

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

    EmailSMTPPort

    The smtp port used for sending automated LemonEdge emails from

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

    EmailSenderAddress

    The email address used for sending automated LemonEdge emails from

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

    EmailSenderName

    The name used for sending automated LemonEdge emails from

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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.