Created
October 28, 2019 17:10
-
-
Save sephraim/aee5cf7d6965938cfc7aaf48620a4f50 to your computer and use it in GitHub Desktop.
[Get folder ID in Microsoft Outlook for Mac]
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
-- 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