Automate Email

  • Thread starter Thread starter TeeDee
  • Start date Start date
T

TeeDee

I have a form which automatically sends an email message
via Outlook with attachments. I am looking for a method
of prompting the user for their email app and then coding
to send the message based on their application? Thanks!
 
Might be pretty hard, not all email clients expose all, or even any, methods
for automation like Outlook does. You will need the documentation on all
the email clients in use. Your best bet might be to use the MAPI stuff,
bypassing the email clients entirely, but its pretty arcane.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top