-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1
-
是一个利用键盘输入的小程序,一个本人刚学的第一个VB 小作品,可能会让大家见笑,不过我有很多不清楚,请指教,点明...
是一个利用键盘输入的小程序,一个本人刚学的第一个VB 小作品,可能会让大家见笑,不过我有很多不清楚,请指教,点明-is using a computer keyboard to a small procedure, I just learning a first VB small work may give you a laughing stock, but I have a lot of unclear, please enlighten, as follows :
- 2022-05-25 22:08:15下载
- 积分:1
-
this the third expression computing souce code ,I hope it can meet different peo...
这是我上传的第三个表达式求值得程序了 希望可以满足不同人的需求-this the third expression computing souce code ,I hope it can meet different people s need
- 2022-12-13 06:15:03下载
- 积分:1
-
讲述了c_c++的关键字,预处理关键字,基本类型,c和c++的函数等...
讲述了c_c++的关键字,预处理关键字,基本类型,c和c++的函数等-About c_c++ Keywords, keyword pretreatment, basic types, c and c++ Function, etc.
- 2022-05-20 15:48:51下载
- 积分:1
-
cb轻松锁屏,得到屏幕图像。
cb轻松锁屏,得到屏幕图像。-cb easily lock screen, the screen image to be.
- 2022-02-24 13:43:40下载
- 积分:1
-
Ping a host or Network
Ping a host or Network
- 2022-01-31 20:55:58下载
- 积分:1
-
采用VC++编写,由一个客户端和一个服务端组成 。
采用VC++编写,由一个客户端和一个服务端组成 。-Using VC++ written by a client and a server-side component 。
- 2022-10-05 18:35:03下载
- 积分:1
-
学习化学的一个工具,可以分析晶体的大概结构,并进行图形旋转等...
学习化学的一个工具,可以分析晶体的大概结构,并进行图形旋转等-study of a chemical tool can analyze the crystal structure around, and rotating graphics
- 2022-01-26 07:33:21下载
- 积分:1
-
在VC中实现共享数据的方法。
在VC中实现共享数据的方法。-in VC shared data.
- 2022-08-02 13:19:52下载
- 积分:1
-
浮动效果的列表框,在VC++环境下进行开发
浮动效果的列表框,在VC++环境下进行开发-effect of the floating box, the VC environment for development
- 2022-01-25 18:28:58下载
- 积分:1