Hello all!
I have a form that sends an email. Currently I am doing this using an Outlook object, and after building the email I use the ".display" command to show the email...
Does anyone know of any way to make sure that the email is then actually sent (i.e. 'Send' button is pressed)?
I know I can use the ".send" command, but I would really like to display the message in case the user wants to change anything.
I have tried using the ".submitted", but as soon as the email is sent, the object is cleared out...message is 'item has been moved or deleted'. I'm thinking if anything, this may be how I can test, but I don't know how...I've tried isEmpty, but that returns false.
Any suggestions would be appreciated!
Thanks,
Janel
I have a form that sends an email. Currently I am doing this using an Outlook object, and after building the email I use the ".display" command to show the email...
Does anyone know of any way to make sure that the email is then actually sent (i.e. 'Send' button is pressed)?
I know I can use the ".send" command, but I would really like to display the message in case the user wants to change anything.
I have tried using the ".submitted", but as soon as the email is sent, the object is cleared out...message is 'item has been moved or deleted'. I'm thinking if anything, this may be how I can test, but I don't know how...I've tried isEmpty, but that returns false.
Any suggestions would be appreciated!
Thanks,
Janel