See these articles on how to adjust this. Its set in a number of places for ActiveSync
Attachment size issue Exchange 2013
Hi
We are not able to send attachment of 10 MB from mobile only in exchange 2013 environment and we are able to send email from OWA and outlook with attachment of 25 MB.
Please assist us how to resolve it.
1 additional answer
Sort by: Most helpful
-
Kael Yao-MSFT 37,656 Reputation points Microsoft Vendor
2020-12-08T02:51:21.937+00:00 @Mohammed Nadeem
Hi,Just in addition to Andy's answer,here are some detailed steps on how to do it:
1.Locate %ExchangeInstallPath%FrontEnd\HttpProxy\Sync\web.config and %ExchangeInstallPath%ClientAccess\Sync\web.config
Find the maxRequestLength in both web.config files and change the value to a larger one which you'd like to apply to the ActiveSync limit.
By default it is 10240 KB(10 MB).
2.Locate %ExchangeInstallPath%ClientAccess\Sync\web.config
Find the MaxDocumentDataSize and also change its value.
By default it is 10240000 bytes(10 MB).
3.Restart IIS and see if the changes have taken effect.
If the response is helpful, please click "Accept Answer" and upvote it.
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.