Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#
Error :- Outlook 2013 max file limit: "The file you’re attaching is bigger than the server allows."


What I have tried:

Close Outlook and open the Registry Editor (regedit.exe)
Depending on the Outlook version, go to:
Outlook 2013 — HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
Outlook 2010 — HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Preferences
Outlook 2007 — HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PreferencesHKLM Outlook Preferences branch
In this branch find and edit MaximumAttachmentSize value, specifying the new attachment limit, e.g., 102400 (100 MB). By default, it is 20 MB (20480 KB). To completely disable the limit, change this value to 0.MaximumAttachmentSize - Outlook 2013
Note. If there is no MaximumAttachmentSize key in this section, create it manually: New -> DWORD (32-bit)Value

Close the Registry Editor and restart Microsoft Outlook

I have tried but still can't resolve the problem,please Help.
Posted
Updated 4-May-16 3:20am
Comments
Peter_in_2780 4-May-16 3:21am    
... bigger than the SERVER allows ..." It's got nothing to do with Outlook. The limit is set by your ISP.
.net developer123456789 4-May-16 3:28am    
how can do ? please more explain..
Wombaticus 4-May-16 4:22am    
As Peter_in_2780 says, this limit is set by your ISP, not Outlook, so you can't do it. Maybe try a different ISP if you can. Or, if you MUST use email, you'll need to split the file up somehow. Or else use a web-service such as WeTransfer (Google it.)
Dave Kreskowiak 4-May-16 9:58am    
What part of "bigger than the server allows" do you not understand?

This has nothing to do with your Outlook settings. This has to do with the limitations imposed by the server your Outlook is connecting to. Unless you control that server you have no control over changing this limitation.

Quote:
The file you’re attaching is bigger than the server allows.
Rhe problem is not on your side, it is on mail server side.
Your ISP mail server deny huge mail, it enforce a size limit !

The only thing you can do is subscribe to a service that allow those huge mails.
Second solution, split your mail in smaller packets.
 
Share this answer
 
As mentioned in comments this is a limit set on the server. You'll have to contact whoever manages your server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900