The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi @shimaasherif,
Welcome to Microsoft Q&A, and thank you very much for reaching out.
Based on your description, aside from the Q&A assist suggestions, may I confirm the exact attachment size that you were trying to send through Outlook for Android?
As I checked, In Exchange 2019, ActiveSync does not include a specific maxAllowedContentLength entry in the Microsoft‑Server‑ActiveSync web.config by default. Instead, ActiveSync relies on the global IIS maxAllowedContentLength value, which applies to all websites on the server. The default IIS limit is 30000000 bytes. If the WBXML‑encoded ActiveSync request exceeds this threshold, the device will return SendQuotaExceeded, Code='115' error.
If the attachment exceeds this limit, you can adjust the content length limit by following these steps:
For more details, you can check this Microsoft documentation here.
Please also note that ActiveSync adds overhead because each message is wrapped in WBXML. As a result, the actual payload sent to the server is larger than the original file. Microsoft recommends setting the limit to roughly 33% higher than the maximum message size you want to allow to account for overhead.
I hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.