Ich hatte auch das Problem, dass Outlook
Achtung: die Einstellungen sind case-sensitive!
Diese Optionen gibt es zur Auswahl:
0 = Switch hidden (default) Der HTML-Code für ein Leerzeichen ist folgender:
1 = Switch displayed, default off
2 = Switch displayed, default on
3 = New Outlook enabled with switch hidden
1.)
defaults read com.microsoft.Outlook EnableNewOutlook
Result:
2021-03-23 12:17:53.102 defaults[45426:841968]
The domain/default pair of (/Users/Username/Library/Containers/com.microsoft.Outlook/Data/Library/Preferences/com.microsoft.Outlook, EnableNewOutlook) does not exist
2.) defaults write com.microsoft.Outlook EnableNewOutlook -integer 3
3.) defaults read com.microsoft.Outlook EnableNewOutlook
Result:
3
