[Note]
This question was originally asked on the MSDN Exchange Development forum which focuses on development questions on Exchange.
As the former Outlook forums on TechNet have been migrated to Microsoft Q&A forum, we migrated this question manually in order to continue the discussion here.
[MSDN Link]
Outlook for iOS and Android Active Sync message size limitations.
[Original post]
The Outlook for iOS and Android app is not allowing attachments slightly over 10 MB. I believe it may be that if the Outlook for iOS and Android app does not connect directly to our on-premies Exchange servers, instead it seems to connect to a service hosted in Microsoft Cloud. Using the native iOS mail app, it connects directly to our on prem Exchange servers. The native iOS mail app and GMAIL app is able to send emails with attachments over 10 MB.
These were the settings set for our ActiveSync on our on prem Exchange 2016 servers to 35 MB.
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/Microsoft-Server-ActiveSync/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:36700160
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/Microsoft-Server-ActiveSync/" -section:system.web/httpRuntime /maxRequestLength:35000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:36700160
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:system.web/httpRuntime /maxRequestLength:35000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/Microsoft-Server-ActiveSync/" -section:appSettings /[key='MaxDocumentDataSize'].value:36700160
Any insight on this?
Thanks!