B-Arts DocumentationIndice generale

BSenderMailConfig

Linea B-Arts classica: questa scheda descrive BStandardFramework (.NET Standard 2.0). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BStandardFramework.

  • Target: .NET Standard 2.0.

  • Namespace CLR: BArts.BMail.

  • Nome completo: BArts.BMail.BSenderMailConfig.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Configurazione e invio di posta elettronica.

Dichiarazione

Public Class BSenderMailConfig

Tipi annidati pubblici

Costruttori

Nome Dichiarazione
New Public Sub New()
New Public Sub New(ByVal SMTPServer As String, ByVal SMTPPort As Integer, Optional SSL As Boolean = False, Optional Destinatario As String = "")
New Public Sub New(ByVal SMTPServer As String, ByVal SMTPPort As Integer, ByVal UserName As String, ByVal Pwd As String, _ Optional SSL As Boolean = False, Optional Destinatario As String = "")

Proprietà

Nome Dichiarazione
SMTPServer Public Property SMTPServer As String = ""
SMTPPort Public Property SMTPPort As Integer = -1
Username Public Property Username As String = ""
Password Public Property Password As String = ""
SSL Public Property SSL As Boolean = False
Destinatario Public Property Destinatario As String = ""
SenderType Public Property SenderType As eSenderType = eSenderType.eNETMail
NomeProfilo Public Property NomeProfilo As String = "BArtsFramework"
DescrizioneProfilo Public Property DescrizioneProfilo As String = ""
NomeAccount Public Property NomeAccount As String = ""

Sorgenti verificati

  • Mail\BSenderMailConfig.vb