比较漂亮的信息提示:
MessageBox.Show(this,"邮件发送成功!","信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information);

错误提示:
MessageBox.Show(this, "邮件发送失败," + ex.ToString(), "错误提示", MessageBoxButtons.OK, MessageBoxIcon.Error);

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2022-03-10
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案