Created
December 30, 2014 17:40
-
-
Save johnkpaul/ed6bd2d09fdeaa412857 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {} | |
activate application "Microsoft Outlook" | |
tell application "Microsoft Outlook" | |
set selected folder to folder "Archive" | |
end tell | |
tell application "System Events" | |
keystroke "f" using {option down, command down} | |
end tell | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment