Andrew Stirling wrote: > Paul > I use shellExecute > I declare this in my mainprograme > DECLARE INTEGER ShellExecute IN shell32.dll ; > INTEGER hndWin, ; > STRING cAction, ; > STRING cFileName, ; > STRING cParams, ; > STRING cDir, ; > INTEGER nShowWin > > Then on a button > cAction='Open' > cFileName = 'mailto:'+'' ; > + '?Subject=' +'' ; > + '&Body='+'' > > ShellExecute(0,cAction,cFileName,"","",1) > > there is more help here > http://www.ianr.unl.edu/internet/mailto.html > > I do not believe you can add an attachment. I do believe you are right which is a great pity <s>
Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

