How do I block Outlook from sending a certian file type?

  • Thread starter Thread starter techsupport
  • Start date Start date
T

techsupport

We have an outdated database that is hard coded to send .DBF files to
Outlook. There is no way to prevent them from landing in Outlook.

We need to figure out how to tell outlook to send the message anyway,
but without the .DBF attachments.

Any help?
 
We have an outdated database that is hard coded to send .DBF files to
Outlook. There is no way to prevent them from landing in Outlook.

Create a rule that deletes messages from the address sending them.
We need to figure out how to tell outlook to send the message anyway,
but without the .DBF attachments.

You said they're "landing" in Outlook. That indicates an inbound process
to me, not an outbound (send) process. Can you be more precise in what you
need?

You can't automatically strip attachments from outound messages without
writing code.
 
Back
Top