Skip to content

Instantly share code, notes, and snippets.

@nicbet
Created March 6, 2019 13:59
Show Gist options
  • Save nicbet/62a5c5aa8e2380a02e6159ade42e5918 to your computer and use it in GitHub Desktop.
Save nicbet/62a5c5aa8e2380a02e6159ade42e5918 to your computer and use it in GitHub Desktop.
Disable Autodiscover for Outlook 2019 on Mac OS X
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