Apple mail asking for outlook email password fixed 2020
Channel:
Subscribers:
85,800
Published on ● Video Link: https://www.youtube.com/watch?v=QLid6G1ZDIw
Go to Spotlight Search ➡️ type Script Editor in the search box
Open Script Editor and enter the commands below
Run this script by clicking on the play icon or by going to Script ➡️ Run.
Now start working in Outlook and verify if you get the password prompt for the Exchange account in question.
Depending on the exact version of Microsoft Outlook you are using, you may have to try two different “set background autodiscover” commands;
tell application "Microsoft Outlook"
set background autodiscover of exchange account 1 to false
end tell
To reenable “autodiscover” run the above command again but use “true” instead of “false.”