Skip to content

Instantly share code, notes, and snippets.

@johnkpaul
Created December 30, 2014 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnkpaul/ed6bd2d09fdeaa412857 to your computer and use it in GitHub Desktop.
Save johnkpaul/ed6bd2d09fdeaa412857 to your computer and use it in GitHub Desktop.
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