Alert when sending to a recipient

  • Thread starter Thread starter Caroline
  • Start date Start date
C

Caroline

Hello,
Is it possible to make a rule to get an alert when sending to a certain
recipient? My boss sends e-mail to the wrong Steve often because of the auto
fill contact feature -which he wants to keep turned on- but is it possible
for Outlook to display an alert such as "are you sure you want to send this
message to ... ?" if the particular Steve is in the recipient list?
Thank you,
Caroline
 
You could do that with VBA. Use the ItemSend event of the Application
object, and check the Item's Recipients collection for the address.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 28 Jul 2009 06:52:01 -0700 schrieb Caroline:
 
Back
Top