T
Tom Ross
Hi
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test
sendobject", "message text", True
works as expected allowing edit of message before sending but
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test
sendobject", "message text", False
gives a runtime error 2293. What constant do I use to have message sent
without pausing for editing.
I have tried False, "False", 0, "0", (0), No, vbno, vbfalse
Thanks
Tom
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test
sendobject", "message text", True
works as expected allowing edit of message before sending but
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "test
sendobject", "message text", False
gives a runtime error 2293. What constant do I use to have message sent
without pausing for editing.
I have tried False, "False", 0, "0", (0), No, vbno, vbfalse
Thanks
Tom