To require confirmation when sending file
attachments
This Outlook VBA code sample looks for attached files in
outgoing messages. For messages with attached files, it prompts the
user to confirm that the item should be sent and cancels the sending
process if the user answers No. Place this code in the ThisOutlookSession
module. |