Hi Michael, I have been using the vfpexmapi.fll for over a year now emailing Purchase orders in both PDF and XLS format to China and India. Every time it works perfectly.
The link to the documentation etc is: http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,baccc84d-4d91- 458b-a839-ad03662dfc34.aspx I can email you direct with the code used if you like. Cheers Peter Hart Peter Hart Computers -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: 26 July 2008 20:16 To: ProFox Email List Subject: Problems getting mailto command to work with attachment for Tbirdemail client I'm putting a new feature into my software that allows the user to automatically email a document produced from my system. Problem is---the attachment isn't getting attached to the email! Here's the code: *Example format taken from google web find: *mailto:[EMAIL PROTECTED] report&body=see attachment&attachment="/my_location_virtual_path/myfile.lis" LOCAL loShell loShell = NEWOBJECT("_ShellExecute", HOME()+"ffc\_environ.vcx") SCAN FOR lSelected AND NOT EMPTY(cEmail) lcCmd = [mailto:] + ALLTRIM(curCustomers.cEmail) + [?subject=Proposal from ] + ALLTRIM(oUtils.cCompanyName) ; + [&body=Proposal attached&attachment="] + FULLPATH(toRpt.cOutputFile) + ".PDF" + ["] loShell.ShellExecute(lcCmd) ENDSCAN RELEASE loShell What happens currently: the email gets created, with the proper To: Subject, and Body....but the attachment doesn't come along for the ride. Tips/ideas? Tia! --Michael [excessive quoting removed by server] _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** 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.

