**** Mailto Button ****


DelphiLand FAQ    DelphiLand Home


Posted by indy gabrie on August 02, 2000 at 13:36:15:


Hi


Great web pages, i am having problems trying to
resolve the following problem, i want to have
a button which email a certin person with a cc:
to a another user, the following code works ok
but i can not get the cc: to work....any idea
where i am going wrong...thanks in advance...indy


procedure Tfrmmenu.Button4Click(Sender: TObject);
begin
ShellExecute(Handle, nil, 'mailto:igabrie@mis.gla.ac.uk,johny@mis?Subject=Space Application Problem !!' ,nil,nil,sw_shownormal);
end;



Related Articles and Replies: