CAS Outlook Add-In wird wegen langer Ladezeit deaktiviert

Um das deaktivieren des Outlook Add-Ins zu unterbinden, haben sich folgende Registry Einträge als brauchbar erwiesen.
Das hinzufügen der Konfiguration des NotificationReminderAddinData verhindert die letzten Schweinereien, die sich Microsoft in diesem Bereich ausgedacht hat.

Windows Registry Editor Version 5.00

;This just adds the GenesisWorld Outlook add-in in the Resiliency Add in List
;https://docs.microsoft.com/de-de/office/vba/outlook/concepts/getting-started/support-for-keeping-add-ins-enabled
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\AddinList]
"de.cas.officeintegration.outlook"=dword:00000001


;This adds a key which should prevent the genesisWorld Outlook Add-in be disabled anymore
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DoNotDisableAddinList]
"de.cas.officeintegration.outlook"=dword:00000001


;This sets the Loadbehavior on the current user's level to Loaded/Load at startup 
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\de.cas.officeintegration.outlook]
"LoadBehavior"=dword:00000003

;This deletes any entries for disabled Outlook Add-ins
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DisabledItems]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\DisabledItems]

;This deletes any entries for crashed Outlook Add-ins
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\CrashingAddinList]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\CrashingAddinList]


;Do not monitor this addon for the next xy days....
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\NotificationReminderAddinData]
"de.cas.officeintegration.outlook\dtype"=dword:00000000

;Do not monitor this addon for the next xy days respectively  till 01.01.2050 at 01:01:01 
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Resiliency\NotificationReminderAddinData]
"de.cas.officeintegration.outlook"=dword:967a844d 

Author: Stefan