Skip to content

Instantly share code, notes, and snippets.

@negamorgan
Forked from johnkpaul/outlook 2011 search archive
Last active August 29, 2015 14:12
Show Gist options
  • Save negamorgan/e4592721670f4b22f824 to your computer and use it in GitHub Desktop.
Save negamorgan/e4592721670f4b22f824 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