public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem, string ps, string na, string pass)
     : base(callForm, callLog, callUnit, callItem)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, string ps, string na, string pass)
     : base(callForm, callLog)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(string ps, string na, string pass)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem, string ps, string na, string pass)
     : base(callForm, callLog, callUnit, callItem)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, string ps, string na, string pass)
     : base(callForm, callLog)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(string ps, string na, string pass)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }