Hello,
Running exchange 2007 sp3 RU11, and received request to increase 10MB limit for activesync devices. So I changed these 2 in web.config below. What we tried was a 20mb PDF, and two 8MB word files in one email, and what we are finding is that the emails are corrupted, or do not send. Email is sent from an ipad latest firmware 7.1.1 suggestions?
<httpRuntime maxRequestLength="35840"/> and
<add key="MaxDocumentDataSize" value="36700160"></add>