Created
March 6, 2019 13:59
-
-
Save nicbet/62a5c5aa8e2380a02e6159ade42e5918 to your computer and use it in GitHub Desktop.
Disable Autodiscover for Outlook 2019 on Mac OS X
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
tell application "Microsoft Outlook" | |
set background autodiscover of exchange account "ACCOUNT_NAME" to false | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment