Creating blank email with cursor in Subject field

Discussion, questions and support.
Post Reply
jcfastkeys
Posts: 15
Joined: Sep 4th, ’21, 23:26

Post by jcfastkeys » Oct 2nd, ’21, 13:44

How can I create a blanc email in Outlook with the Cursor in the Subject field?
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Oct 2nd, ’21, 20:08

Something like this:

Code: Select all

Run, mailto:
sleep 2000
Send, {Tab 2}
You need to adjust the number of Tabs and a sleep time.
Post Reply