这2天换了一个部门,部长要求每天下班前用Mail给他发工作报告,简要说一下当天的工作,写了2天以后感觉每天都要排版、填写收件人这些信息等等等等。。。。实在是太麻烦了~~~,就写了一个小程序处理这些内容,我只管填写工作内容,然后点一下按钮就行了。

语言:VS2005.NET C#

以下是代码:

 1、DailyReport.cs


C#发送 Mail 小程序using System;
C#发送 Mail 小程序
using System.Collections.Generic;
C#发送 Mail 小程序
using System.ComponentModel;
C#发送 Mail 小程序
using System.Data;
C#发送 Mail 小程序
using System.Drawing;
C#发送 Mail 小程序
using System.Text;
C#发送 Mail 小程序
using System.Windows.Forms;
C#发送 Mail 小程序
using System.IO;
C#发送 Mail 小程序
using System.Net.Mail;
C#发送 Mail 小程序
C#发送 Mail 小程序
namespace DailyReport
}

 

 2、DailyReport.Designer.cs

 

C#发送 Mail 小程序namespace DailyReport

 

 

相关文章:

  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-06-05
  • 2021-10-01
  • 2022-03-05
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
  • 2022-12-23
相关资源
相似解决方案