PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSPreferenciasEmail

    Inheritance
    System.Object
    StdBSBaseSettingsControl
    StdBSPreferenciasEmail
    Inherited Members
    StdBSBaseSettingsControl.Plataforma
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSPreferenciasEmail : StdBSBaseSettingsControl

    Constructors

    StdBSPreferenciasEmail()

    Declaration
    public StdBSPreferenciasEmail()

    Fields

    cbEmailFormatoDefeito

    Declaration
    public ComboBox cbEmailFormatoDefeito
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    chkActivarSsl

    Declaration
    public CheckBox chkActivarSsl
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    chkAutenticacaoSMTP

    Declaration
    public CheckBox chkAutenticacaoSMTP
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    chkZIP

    Declaration
    public CheckBox chkZIP
    Field Value
    Type Description
    System.Windows.Forms.CheckBox

    cmdAssinaturaEmail

    Declaration
    public Button cmdAssinaturaEmail
    Field Value
    Type Description
    System.Windows.Forms.Button

    lblAssinatura

    Declaration
    public Label lblAssinatura
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblEmail

    Declaration
    public Label lblEmail
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblEmailFormatoDefeito

    Declaration
    public Label lblEmailFormatoDefeito
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblLoginSMTP

    Declaration
    public Label lblLoginSMTP
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblPasswordSMTP

    Declaration
    public Label lblPasswordSMTP
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblProfile

    Declaration
    public Label lblProfile
    Field Value
    Type Description
    System.Windows.Forms.Label

    lblServidorSMTP

    Declaration
    public Label lblServidorSMTP
    Field Value
    Type Description
    System.Windows.Forms.Label

    txtEmail

    Declaration
    public TextBox txtEmail
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    txtLoginSMTP

    Declaration
    public TextBox txtLoginSMTP
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    txtPasswordSMTP

    Declaration
    public TextBox txtPasswordSMTP
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    txtProfile

    Declaration
    public TextBox txtProfile
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    txtServSMTP

    Declaration
    public TextBox txtServSMTP
    Field Value
    Type Description
    System.Windows.Forms.TextBox

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Grava()

    Declaration
    public override void Grava()
    Overrides
    StdBSBaseSettingsControl.Grava()

    Inicializa(StdPlatBS)

    Declaration
    public override void Inicializa(StdPlatBS plataforma)
    Parameters
    Type Name Description
    StdPlatBS plataforma
    Overrides
    StdBSBaseSettingsControl.Inicializa(StdPlatBS)