Sending, receiving, and organizing email in Outlook on the web for business
The error code in the log is an HTTP 500 “Internal Server Error” coming from Outlook on the web (OWA), combined with an AccessDeniedException in Exchange.
Key fields:
-
BootResult: accessDeniedanderr: Microsoft.Exchange.Data.StoreObjects.AccessDeniedExceptionindicate that access to the mailbox or data store is blocked/denied. -
st: 500andError: 500show the server returned HTTP status 500. -
ehk: X-OWA-Errorandet: ServerErrorconfirm this is an OWA server-side error.
So, functionally, this means the OWA client tried to start up, the server returned a 500 Internal Server Error, and the underlying cause is that the Exchange data store denied access (tenant or mailbox access is blocked).
References: