发送 EMAIL(10分)

L

ldelphi

Unregistered / Unconfirmed
GUEST, unregistred user!
如何利用 API 函数,调用系统默认的 EMAIL 软件,来发送 EMAIL (例如:我要发送 EMAIL 到 hotmail@hotmail.com)
 
ShellExecute(Application.Handle,
PChar('open'),
PChar('mailto:hotmail@hotmail.com'),
PChar(0),
nil,
SW_NORMAL);
 
多人接受答案了。
 
顶部