macinkilt
Technical User
- Apr 7, 2006
- 5
I am trying to write a script that will send an email through Outlook in response to certain events. I believe that I am almost there, save for the fact that I cannot find a method to transmit the required hotkey (ctrl+enter)
to actually send the email. CTRLENTER is not recognized as a valid sendkey. I have found the Vkeys for both ctrl and enter (0x0D and 0x11) but cannot figure out how to combine them so that they are sent simultaneously. Thanks for the help.
to actually send the email. CTRLENTER is not recognized as a valid sendkey. I have found the Vkeys for both ctrl and enter (0x0D and 0x11) but cannot figure out how to combine them so that they are sent simultaneously. Thanks for the help.