parent
9c06a93761
commit
6928674d6b
@ -1,2 +1,42 @@
|
|||||||
# outlook-365-mac-license
|
# 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
|
||||||
|
|||||||
Loading…
Reference in new issue