Hi KevinOge
I am Vijay, an Independent Advisor. I am here to work with you on this problem.
I am assuming you are using Mail app to access your mails. If not let me know. If Yes -
Try following and check after each step (Note - You won't lose any mails because of below steps. Your mails are safe in the cloud) -
- Reset Mail app
Right click on Windows Start > Apps & features > Scroll down and click Mail & Calendar > Click Advanced options > Click Reset > Restart your computer
- Uninstall and Reinstall Mail app
A. Uninstall - Windows Key+X > Click Windows Powershell (Admin) > Copy the below and paste into Powershell and Enter
Get-AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
B. Reinstall
Windows Key+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste > Enter
Get-AppxPackage -allusers Microsoft.windowscommunicationsapps | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
(If there is a problem in reinstall, you can always reinstall from MS Store)
Do let me know if you have any more question or require further help.