private void txtTo_TextChanged(object sender, EventArgs e) { coreController.SetMailTo(txtTo.Text.ToString()); }