Block attachment size at Client

  • Thread starter Thread starter gbkhor
  • Start date Start date
G

gbkhor

hi

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

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


Sure. As the mail admin, you should be able to configure what is the
maximum size of your customer's e-mails.
 
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.
 
Back
Top