嗨MK,非常感谢您的回复。
我使用代码如下,“date”,“ - status - ”和“filename”是变量Set o = GetObject(“”,“Outlook.Application”);
设m = o.CreateItem(0);
m.To = to;
m.Subject =“测试结果”+日期;
m.Body =“测试有”+ -status - +“。 n nJane”;
m.Attachments.Add(文件名);
m.Send();
编辑:chewean于2012年9月27日上午2:54编辑:chewean于2012年9月27日上午2:55编辑:chewean于2012年9月27日2:55 AM编辑:chewean于2012年9月27日2:56
上午
以上来自于谷歌翻译
以下为原文
Hi MK,
Thank you very much for your reply.
I use code as following, "date", "-status-" and "filename" is variable
Set o = GetObject("", "Outlook.Application");
Set m = o.CreateItem(0);
m.To = to;
m.Subject = "Test results on "+date;
m.Body = "The tests have "+-status-+".nnJane";
m.Attachments.Add (Filename);
m.Send();
Edited by: chewean on Sep 27, 2012 2:54 AM
Edited by: chewean on Sep 27, 2012 2:55 AM
Edited by: chewean on Sep 27, 2012 2:55 AM
Edited by: chewean on Sep 27, 2012 2:56 AM
嗨MK,非常感谢您的回复。
我使用代码如下,“date”,“ - status - ”和“filename”是变量Set o = GetObject(“”,“Outlook.Application”);
设m = o.CreateItem(0);
m.To = to;
m.Subject =“测试结果”+日期;
m.Body =“测试有”+ -status - +“。 n nJane”;
m.Attachments.Add(文件名);
m.Send();
编辑:chewean于2012年9月27日上午2:54编辑:chewean于2012年9月27日上午2:55编辑:chewean于2012年9月27日2:55 AM编辑:chewean于2012年9月27日2:56
上午
以上来自于谷歌翻译
以下为原文
Hi MK,
Thank you very much for your reply.
I use code as following, "date", "-status-" and "filename" is variable
Set o = GetObject("", "Outlook.Application");
Set m = o.CreateItem(0);
m.To = to;
m.Subject = "Test results on "+date;
m.Body = "The tests have "+-status-+".nnJane";
m.Attachments.Add (Filename);
m.Send();
Edited by: chewean on Sep 27, 2012 2:54 AM
Edited by: chewean on Sep 27, 2012 2:55 AM
Edited by: chewean on Sep 27, 2012 2:55 AM
Edited by: chewean on Sep 27, 2012 2:56 AM
举报