I’m trying to send reports in a batch process through Lotus Notes using the SendObject command. Everything works fine except that it doesn’t send the email even though I have the EditMessage argument set to False. Below is the code I’m using. Anyone heard of this before. I’ve performed endless searches, found one thread on the net from someone with a similar problem but no solution included in the thread. TIA for any help.
DoCmd.SendObject acSendReport, “rptInfogen_Emp_Mail_Detail_NEW”, acFormatHTML, _
strEAddress, , , “Cafeteria Charges – TEST01”, , False