Block attachment size at Client

G

gbkhor

hi

Is there anyway to limiting user using MS Outlook to attachment document
which is more than 5MB?

thanks
 
B

Brian Tillman

gbkhor said:
Is there anyway to limiting user using MS Outlook to attachment
document which is more than 5MB?

You may be able to add code to the client to check when the attach occurs
(although I'm not an Outlook coder). See http://www.outlookcode.com/ for
ideas. Additionally, even if you can't prevent the attachment of large
files, you should be able to prevent the sending of messages containing
those attachments. That would be best done server-side, in my opinion.
 
Top