//绑定该邮箱到datagridviewint index = this.dataGridViewSendEmail.Rows.Add();DataGridViewRow row = this.dataGridViewSendEmail.Rows[index];row.Cells[1].Value = emailAddr;row.Cells[2].Value = "正常";row.Cells[3].Value = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");