To require confirmation when sending to an
Exchange distribution list
This Outlook VBA code demonstrates how to use the ItemSend event to examine a message as it is sent and determine
whether any of the recipients is an Exchange Server mailing list. If
so, the user is asked to confirm the message. If the user declines,
the transmission is cancelled.
In order to avoid Outlook
security prompts, it uses the
Redemption library.
This code should be placed in the ThisOutlookSession module in
Outlook VBA. Either the project must be signed or the macro security
level set to Low or Medium.
|