2

We have a user trying to setup a rule in Outlook to automate BCC'ing individuals when emails are sent from an account.

After digging through the rule setup screens, it seems like Outlook only allows you to configure CC recipients but BCC is not even an option.

Is my understanding correct?

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
C.F.
  • 23
  • 3

1 Answers1

1

Hej, you need to enable Developer ribbon from Outlook Options and then write/use VBA script which fill in BCc for you.

See this article for details.

Volodymyr Molodets
  • 2,404
  • 9
  • 35
  • 52
  • Sorry, do you have any references /code snippets I can refer to? Writing macros in Outlook is a new concept to me. Much appreciated. – C.F. Oct 22 '12 at 10:33
  • If I correctly understand you, this is what you need > [Getting Started with VBA in Outlook 2010](http://msdn.microsoft.com/en-us/library/office/ee814736.aspx) – Volodymyr Molodets Oct 22 '12 at 11:00