Sending email from clarion app

Hello.
What is the best template for sending email using MS Outlook with the clarion app?
It must use the default or indicated signature and attach any number of attachments.
Regards,
Adam

the only way i know to do this, is using the softmasters office templates.

I use RUN() and start outlook with command line parameters.
Search for: /c ipm.note
Ex:

“C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE” /c ipm.note /m “mailto:[email protected]?subject=subject&cc=cc_address&bcc=bcc_address&body=message_body”

You can check out Office Inside from Capesoft, too.

2 Likes