Auto BCC every outgoing email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know how to set the message rule such that every email you sent will be
automatically CC to some email address. But, if I want it to be BCC instead
of CC, how should I do?
 
http://www.outlookcode.com/d/code/autobcc.htm

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, wrytat asked:

| I know how to set the message rule such that every email you sent
| will be automatically CC to some email address. But, if I want it to
| be BCC instead of CC, how should I do?
 
Thank you, it's useful. But let's say I have more than 1 email account using
the program to send email, and for each account, I want to bcc to different
address, how can I do that? I know it should be adding an If statement. But
how do I get the email of the sender? I tried item.sender, i tried item.from,
but they didn't work. They are not the properties of the item
 
Back
Top