Skip to content

Instantly share code, notes, and snippets.

@sephraim
Created October 28, 2019 17:10
Show Gist options
  • Save sephraim/aee5cf7d6965938cfc7aaf48620a4f50 to your computer and use it in GitHub Desktop.
Save sephraim/aee5cf7d6965938cfc7aaf48620a4f50 to your computer and use it in GitHub Desktop.
[Get folder ID in Microsoft Outlook for Mac]
-- 1.) Select folder in Outlook app
-- 2.) Open Script Editor
-- 3.) Paste the following into the editor and press play
tell application "Microsoft Outlook"
get selected folder
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment