Does anyone know how to disable auto discover in the new Outlook for Mac?
Had to do this in Outlook 2011 to fix an issue with our Exchange 2010 SP2 deployment but the apple script does not appear to work for this.
Below is the script i used to use:
tell application "Microsoft Outlook"
set background autodiscover of exchange account "NameOfAccount" to false
end tell
- Paul