28

I am in diff distribution list like A , B , C

There are a lot of email BCC to A , B ,C

I want to setup rules that "Move all mail bcc to specific Distribution list to specific folder "

It seems that no rules on "BCC" ,

Cœur
  • 37,241
  • 25
  • 195
  • 267
Shawn Zhang
  • 1,680
  • 1
  • 12
  • 21

5 Answers5

40

You can create a rule based on BCC you receive, but it's not immediately obvious as you have to resort to the message headers. The steps are:

  1. Send yourself a BCC mail.
  2. When it arrives, open it up and display the "Properties" or "Message Options" dialog. You get to "Properties" under the File tab of the ribbon. One way to get to message options is to click on the small icon to the right of the "Tags" label on the Message tab of the ribbon.
  3. Scroll down the Internet headers until you find something that identifies it as BCC. In my case it was X-MS-Exchange-Organization-Recipient-P2-Type: Bcc
  4. Create a rule and choose "with specific words in the message header".
  5. Copy in the value you found for step 3.
  6. Save your rule, send yourself another BCC, and enjoy.
Michael
  • 8,891
  • 3
  • 29
  • 42
22

This rule should help:

Apply this rule after the message arrives 
where my name in not in the To Box
move it to [folderOfYourChoice] folder 
except where my name is in the Cc box

enter image description here

BernardV
  • 1,700
  • 20
  • 15
1

The problem with this rule is that some email senders use X-MS-Exchange-Organization-Recipient-P2-Type: Bcc and some (GMail in this example) use X-MS-Exchange-Organization-AuthAs: Anonymous.

I created this rule:

my name NOT in the to line

This catches CC and BCC but that is OK for my purposes.

Austin Moore
  • 1,414
  • 6
  • 20
  • 43
Frank
  • 11
  • 1
-1

I did this in Outlook 2011 by setting up a rule that sends everything to my bcc folder unless I am addressee or cc'd. That seems to work.

Bill
  • 1
-4

If an email sent to you was BCC'd, you would never know it. That is the point of BCC -- only the sender knows who was BCC'd. I'm afraid there's no way to tell, although I would love to hear otherwise.

JimmyPena
  • 8,694
  • 6
  • 43
  • 64
  • If you're BCCed there's a header field that has (only) your address in it. – Dan Jul 23 '12 at 05:02
  • @Dan What field is that? – JimmyPena Jul 23 '12 at 12:16
  • The header field is BCC: – Dan Jul 23 '12 at 15:53
  • @Dan Please provide an example of how to view this header. I sent an email to myself (Outlook 2003) and go to View > Options and look at the Internet Headers. There is no "BCC". I run the following code snippet and get 0: `?Len(ActiveInspector.CurrentItem.BCC)` – JimmyPena Jul 23 '12 at 16:01
  • Here's an example from one I got (I am part of quotes@andovar.com) today: Subject: A freelance English< >Chinese translator From: Jack Zhang To: undisclosed-recipients:; Content-Type: multipart/mixed; boundary="f46d042ef593fd2a5004c580f3da" BCC: X-MS-Exchange-Organization-SCL: 0 X-Auto-Response-Suppress: DR, OOF, AutoReply – Dan Jul 24 '12 at 06:57
  • @Dan This is very short on details. Please explain how to view the BCC header. What Outlook version? – JimmyPena Jul 24 '12 at 11:17
  • Outlook 2010. Open the mail in it's own window, click the file tab, click properties and you'll get all the headers for that mail. IIRC in 2003 you need to open the mail and find the 'Options' option. – Dan Jul 25 '12 at 04:36
  • The client, at least in 2007, can not tell. It can only guess based on whether or not the account is in the CC and To fields, but even that won't be accurate all the time. "NOTE Recipients of blind carbon copies (Bcc) do not appear in the header." - http://office.microsoft.com/en-us/outlook-help/view-e-mail-message-headers-HA001230300.aspx – ps2goat Nov 26 '13 at 19:43