Blocking the ability to attach large files in Outlook 2003 SP2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A user attached a 1.2 GB movie to an email and attempted to send it.
Exchange choked on this and threw a 623 error.

On the Exchange backend I have a 150 MB max limit for messages. This
limitation works on emails exceeding that limit by dropping the
message and sending an NDR but it does not prevent the user from physically
attaching a backup of their OS to a message and pushing the send button.

Is there a way to prevent a user from physically attaching a large file in
Outlook?
 
Thanks Michael. I will give it a try.

Michael Bauer said:
You can adapt this sample:
http://www.vboffice.net/sample.html?mnu=2&lang=en&smp=5&cmd=showitem&pub=6

Remove the MsgBox line and insert this instead:

bSend=False
MsgBox "Message here", vbOKOnly

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Synchronize Color Categories & Ensure that Every Item Gets Categorized:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Thu, 1 Nov 2007 12:57:02 -0700 schrieb Rory:
 
Back
Top