The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi kamal uddin
To help narrow down the scope of the issue, could you please confirm the date range of emails that are currently syncing to the Outlook mobile app?
From my findings, Outlook mobile does not access mailboxes in the same way as Outlook desktop or OWA. Even with Exchange Server 2019, Outlook for iOS and Android relies on Exchange ActiveSync together with Microsoft’s cloud-based service, which may retrieve only recent mailbox items for performance and reliability reasons.
This behavior has been observed in other Exchange Server 2019 environments and does not necessarily indicate mailbox corruption or a server-side issue.
As a next step, please verify the following:
-Whether any mail age or filtering limits are defined as part of the Exchange ActiveSync mailbox policy. You can review the current configuration by running:
Get-MobileDeviceMailboxPolicy | Format-Table Name,MaxEmailAgeFilter
If the default policy is not set to All, you can update it to remove the mail age restriction by running:
Set-MobileDeviceMailboxPolicy -Identity "Default" -MaxEmailAgeFilter All
References:
- Set-MobileDeviceMailboxPolicy (ExchangePowerShell) | Microsoft Learn
- Mobile device mailbox policies | Microsoft Learn
-Test the mailbox using the device’s native mobile mail application.
-Confirm that ActiveSync, Autodiscover, and related Exchange services are functioning as expected.
Reference: Using hybrid Modern Authentication with Outlook for iOS and Android | Microsoft Learn
Please understand that our initial reply may not always immediately resolve the issue. However, with your help and more detailed information, we can work together to find a solution.
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.