请问一个简单问题。(15分)

  • 主题发起人 主题发起人 衫菜
  • 开始时间 开始时间

衫菜

Unregistered / Unconfirmed
GUEST, unregistred user!
如果我想在程序中用一句语句实现下面的效果,该怎么写呢?

启动OUTLOOK并且收件人比方说是sancai1979@eastday.com。
 
myurl := 'mailto:sancai1979@eastday.com?' + 'subject=你好';
if trim(myurl) <> '' then
ShellExecute(0, 'open', pChar(myurl), nil, nil, SW_SHOW);
 
哦,上边是启动默认的邮件客户端
收件人是sancai1979@eastday.com
标题是“你好”
如果你指定为outlook,就是启动outlook
指定 foxmail 就。。。
。。。。。
不说了,再说就和唐僧差不多了
 
shellexecute(0,'open',pchar('mailto:zjsoft@iqmx.com'),'','',sw_shownormal);
 
shellexecute( handle,'open',PChar('mailto:' + '收件人'+ '?subject=' + '标题'+ '&Body=' + '内容'),nil,nil,sw_shownormal);
 
菜MM结贴给分,哈哈[:D]
 
不好意思, 请问如果用ShellExecute, 要USE哪个UNIT 呢?
 
uses shellapi
 
use shellapi
 
15分这么多人抢啊
菜MM太小气了
uses shellapi
 
多人接受答案了。
 
是啊,太小气了
看看我的 http://www.delphibbs.com/delphibbs/listq.asp?type=2&userfrom=Tassadar
 
后退
顶部