Search results

  1. J

    problem with DoCmd.SendObject Edit Message parameter

    I don't think you are following. With the Edit Message parameter, if it is set to True, the message should be opened up in Outlook and will allow you to edit the message before sending. If it is set to False, the message should automatically send. For me, if I use True or False, the message...
  2. J

    problem with DoCmd.SendObject Edit Message parameter

    When I click Send Email, it opens an Outlook Message with the To: Subject: and Body filled in. There, I would have to click send again to make the message go. The Edit Message parameter is obviously set to False, which should automatically send the message. But it's not. Any way to track...
  3. J

    problem with DoCmd.SendObject Edit Message parameter

    That gives the exact same result. I have an email message open in Outlook and I can click send or close it out. I didn't have any reference to the Outlook reference library, because this only uses MS Access VBA commands. I added it and tried it, but still the same result.
  4. J

    problem with DoCmd.SendObject Edit Message parameter

    I cannot get Outlook to automatically send an email. It always opens up the email and makes me click send. I have taken this down to the bare minimum: DoCmd.SendObject , , , "myemailaddress", , , "Test Email", "Sending test e-mail message", False I am using Access and Outlook 2010. I am not...
Back
Top Bottom