Hi,
Welcome to the Microsoft Q&A forum!
I couldn't agree more with the points mentioned by Andy David, in addition, you can also do the following:
Review the Exchange logs located in: "C:\Program Files\Microsoft\Exchange Server\V15\Logging" They may provide insights into what specific operations Exchange is performing during those peak times.
Check the IIS logs for the MAPI front end: "C:\inetpub\logs\LogFiles" Look for any unusual activity or spikes in requests around 08:00 on Mondays.
There could be a memory leak or resource exhaustion issue in the "MsExchangeMapiFrontEndAppPool". Review memory consumption patterns and consider recycling the application pool more frequently to mitigate.
Schedule a periodic recycle of the "MsExchangeMapiFrontEndAppPool" closer to the time of the issue but perhaps not during peak hours. This can help clear any transient states that lead to the high CPU usage.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.