Property | Type | Description | |
---|---|---|---|
Label1 | global::System.Web.UI.WebControls.Label | ||
Label2 | global::System.Web.UI.WebControls.Label | ||
Label3 | global::System.Web.UI.WebControls.Label | ||
Label4 | global::System.Web.UI.WebControls.Label | ||
btnEnviar | global::System.Web.UI.WebControls.Button | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm | ||
txtCorpoMensagem | global::System.Web.UI.WebControls.TextBox | ||
txtEmailDestino | global::System.Web.UI.WebControls.TextBox | ||
txtEmailOrigin | global::System.Web.UI.WebControls.TextBox | ||
txtTituloMensagem | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnEnviar_Click ( object sender, EventArgs e ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnEnviar_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Label Label1 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label Label2 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label Label3 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label Label4 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Button btnEnviar | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.HtmlControls.HtmlForm form1 | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |
protected global::System.Web.UI.WebControls.TextBox txtCorpoMensagem | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtEmailDestino | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtEmailOrigin | ||
return | global::System.Web.UI.WebControls.TextBox |