Sending emails with PDFs from Access 2003 with Editmessage False without warnings
I'm sending mails from Access 2003 VBA using Sendobject using parameter EditMessage=False and Invoices as RTF-attachments via Outlook 2003.
I experience this:
a) The False does not function, nor 0, I always see the mail before sending. Why?
b) I get the warning for each mail (from Outlook Security Vulnerability Patches?) . I look for a workaround on this. Any ideas?
c) I am sending RTF-files with SendObject, but want to send hte same files as PDF (different attachment for each mail). Anyone knowing a free utility or function to do this programmatically?
Hope to get som answers. I see others have the same problem with the warnings, but the problem with EditMessage can I not see mentioned anywhere.
|