You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Splitter/vb_emailclient_detail.aspx.vb

16 lines
471 B

Imports System
Imports System.Data.OleDb
Imports System.Data
public class emailclient_detail
Inherits System.Web.UI.Page
protected lblSubject as System.Web.UI.WebControls.Label
protected lblFrom as System.Web.UI.WebControls.Label
protected lblTo as System.Web.UI.WebControls.Label
protected lblMessage as System.Web.UI.WebControls.Label
public emailDisplay as string = "none"
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)