• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • DataBaseAccess
      • DataBaseAccess
        • DataAccessService
        • IDataAccessService
        • QueryResult
      • DataBaseAccess.Extensions
        • DataReaderExtension
    • EmailLib
      • EmailLib
        • EmailService
        • SmtpServerConfig
    • WebApplication
      • WebApplication
        • _Default
        • About
        • Account
        • Account.ActiveNav
        • AppConfig
        • AppConfig.Json
        • AppConfig.SmtpServer
        • AppConfig.WebSite
        • AppConfig.Xml
        • BundleConfig
        • CambiarPassword
        • Confirmar
        • Contact
        • EmailSent
        • Global
        • Inicio
        • RedirectPage
        • Registro
        • RouteConfig
        • ScriptResource
        • Site_Mobile
        • SiteMaster
        • ViewSwitcher
        • WebAlertNotification
      • WebApplication.ComprobarMatriculaService
        • comprobarCompletedEventArgs
        • comprobarCompletedEventHandler
        • Matriculas
      • WebApplication.CustomControls
        • ConnectedUsers
        • WebNotification
      • WebApplication.Framework
        • AlertLevel
        • AppSecurity
        • ConnectedUsersTrack
        • NotificationData
        • ParametizedUrl
        • Query
        • Query.GenericTasks
        • UserRole
        • UserType
      • WebApplication.Framework.Extensions
        • AttributeCollectionExtension
        • DictionaryExtension
      • WebApplication.TimeMeanWebService
        • GetAllSubjectsMeansCompletedEventArgs
        • GetAllSubjectsMeansCompletedEventHandler
        • GetSubjectMeansCompletedEventArgs
        • GetSubjectMeansCompletedEventHandler
        • SubjectsMeansService
      • WebApplication.UserPages
        • Coordinador
        • ExportarTareas
        • ImportarTareasDataSet
        • ImportarTareasXmlDocument
        • InsertarTarea
        • InstanciarTarea
        • Student
        • StudentHome
        • StudentMenu
        • TareasAlumno
        • TareasProfesor
        • Teacher
        • TeacherHome
        • TeacherMenu
      • WebApplication.Utils
        • JsonFile
        • UrlUtils

    Class AppConfig.SmtpServer

    Inheritance
    System.Object
    AppConfig.SmtpServer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: WebApplication
    Assembly: WebApplication.dll
    Syntax
    public static class SmtpServer

    Properties

    | Improve this Doc View Source

    Account

    Declaration
    public static string Account { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DeliveryMethod

    Declaration
    public static SmtpDeliveryMethod DeliveryMethod { get; }
    Property Value
    Type Description
    System.Net.Mail.SmtpDeliveryMethod
    | Improve this Doc View Source

    EnableSsl

    Declaration
    public static bool EnableSsl { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Host

    Declaration
    public static string Host { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Password

    Declaration
    public static string Password { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Port

    Declaration
    public static int Port { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UseDefaultCredentials

    Declaration
    public static bool UseDefaultCredentials { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Ferran Tudela