If ther error shows 0x800706ba, this means your primary data file in Outlook is an IMAP / OST. Make a PST and make that the default data file.
If the error says you don't have a default Outlook profile, first make sure you have a default profile in the Control Panel Mail settings. If that doesn't work, run this to remove other Outlook remnants:
Get-AppxProvisionedPackage -Online | where-object {$_.packagename –like "*Outlook*"} | Remove-AppxProvisionedPackage -Online
Get-AppxPackage "*Outlook*" | Remove-AppxPackageWas this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article