Forked from johnkpaul/outlook 2011 search archive
Last active
August 29, 2015 14:12
-
-
Save negamorgan/e4592721670f4b22f824 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