请问怎么样实现调用系统默认的电子邮件程序,并在收信人上显预设的一个EMAIL地址

chenlumail 2002-12-10 09:47:17
...全文
47 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
li_zhifu 2002-12-10
  • 打赏
  • 举报
回复
uses shellapi;

procedure TForm1.Button1Click(Sender: TObject);
begin
shellexecute(handle,'','mailto:lzf@sina.com','','',1);
end;
northwind001 2002-12-10
  • 打赏
  • 举报
回复
去看看这个
http://expert.csdn.net/Expert/topic/1238/1238966.xml?temp=.608349
就知道了。
metal11516580 2002-12-10
  • 打赏
  • 举报
回复
uses shellapi;

procedure TForm1.Button1Click(Sender: TObject);
begin
shellexecute(handle,nil,pchar('mailto:lzf@sina.com'),nil,nil,sw_shownormal);
end;
budded 2002-12-10
  • 打赏
  • 举报
回复
ShellExecute(0,'open','mailto:budded@sia.com',nil,nil,SW_NORMAL);

1,184

社区成员

发帖
与我相关
我的任务
社区描述
Delphi Windows SDK/API
社区管理员
  • Windows SDK/API社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧