run a script or sanity check against outgoing emails in outlook 2010 -


is there way setup outlook 2010 run script or other form of sanity-check when attempt send messages client? specific situation use same outlook client multiple accounts (work, gmail, vps server, etc) , i've found myself couple of times sending emails "from" wrong account.

in perfect world i'd want able write script logic following:

when (i hit send)   if (the "source" account "myuserid@gmail.com")       if (there addresses in or cc match "work.com")        pop dialog box says:          "you appear sending email work.com gmail.com - want this?"             if yes, send , return             if no, go message compose window 

that way, i'd have intentionally use non-work email address send email work people (which rare in particular case)

try sendusingaccount read "source" account in itemsend.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -