G
Guest
Hi,
I want to be able to automate the sending of a report by email (Lotus Notes)
using the SendObject command:
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Test",
"Test", False
According to the Help file when the editmessage argument is False, the mail
gets sent without editing, but this does not happen! The message waits until
the user clicks the send button!
Is there anyway around this?
Cheers,
Steve
I want to be able to automate the sending of a report by email (Lotus Notes)
using the SendObject command:
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Test",
"Test", False
According to the Help file when the editmessage argument is False, the mail
gets sent without editing, but this does not happen! The message waits until
the user clicks the send button!
Is there anyway around this?
Cheers,
Steve