Hi Henry Harris
Regarding your concern: Was this strictly a failure in the MAPI-over-HTTP protocol handler?
My answer is NO, this pattern usually isn’t a pure MAPI‑over‑HTTP handler failure, even though MAPI/HTTP is the protocol that appears broken.
Based on how Outlook, OWA, and Exchange Online behave, what you observed is a front‑end client connectivity failure that disproportionately impacts MAPI/HTTP, while OWA continues to function because it uses a different access path and session model.
From my research, a practical way to troubleshoot and explain this scenario is to focus on the MAPI over HTTP connectivity path and its prerequisites:
- Verify the MAPI/HTTP path is reachable Ensure your firewall/reverse proxy/load balancer is not blocking or misrouting the MAPI over HTTP virtual directory (/mapi), because Outlook relies on this endpoint.
- Fix the common Outlook-side block On affected PCs, check
HKEY_CURRENT_USER\Software\Microsoft\Exchange\MapiHttpDisabled. If it’s 1, set it to 0 (or delete it) and restart Outlook.
- Confirm MAPI isn’t disabled for the mailbox (Exchange Server) If MAPI was disabled at the mailbox level, re-enable it (for example via
Set-CasMailbox <user> -MapiEnabled $True) and retest Outlook.
Hope my answer will help you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.