mailto and attachments

R

Rabih

Hi All,

Can I use the mailto command, and add file attachment to the e-mail message
I'm using the shellexecuteA function as follows :

shellexecuteA (Handle, 'open' ,'mailto:[email protected]?subject=test&body=test'
+ Char(0) , ls_null, ls_null, 1)

What I want to do is to add attachments file to this command.
Is that feasible ??

Any help will be very appreciated
Regards
Rabih
 
Top