From 6928674d6b8fd4567748c80b0d38df1f751ba20e Mon Sep 17 00:00:00 2001 From: adminbruno Date: Tue, 26 Mar 2024 13:31:27 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index f9d4bde..2973da3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ # outlook-365-mac-license +[Licence et types de comptes](https://learn.microsoft.com/en-us/deployoffice/outlook/get-started/supported-account-types) +Standard et semble correct pour Windows. + +Exceptions pour mac +[https://answers.microsoft.com/en-us/outlook_com/forum/all/outlook-setup-issue-on-macbook-m1-third/b9b70f20-83a1-475c-9541-9eb0bbc5f82c](https://answers.microsoft.com/en-us/outlook_com/forum/all/outlook-setup-issue-on-macbook-m1-third/b9b70f20-83a1-475c-9541-9eb0bbc5f82c +Outlook for Mac (NEW) demande absolument une licence logiciel (M365 Business Standard) comme minimum pour être configuré sur Mac, même en étant un compte secondaire. + +Bypass??:: +``` +... which provided this instruction for disabling new Outlook and removing the new Outlook prompt: + +Digging up the past here, but this is the top Google result so wanted to share the fix found here + + Open Terminal + + Copy this into Terminal: defaults write com.microsoft.Outlook EnableNewOutlook -int 0 + + Hit enter in Terminal, restart Outlook This should disable New Outlook and the prompts for it + +... and this instruction for restoring the prompt. + + Open Terminal + + Copy this into Terminal: defaults write com.microsoft.Outlook EnableNewOutlook -int 1 + + Hit enter in Terminal, restart Outlook + +All of that worked and I was able to add the accounts via legacy mode, and then switch successfully to New Outlook, which worked. +``` + +Autre façon: +!(outlook)[77892e22-2c4e-45f4-9451-0e44391ebff1.jpg] + +Here is how you solve this problem: Switch back to Legacy Outlook: + + Click top Left Outlook, then legacy Outlook + + Add the Account + + Switch back to new Outlook