I am running Outlook 2010 connected to an Exchange 2003 server. Often times, the spam that I received is sent to "undisclosed-recipients". I'm guessing that's because my email address (or an email address for a group I am part of) is in the BCC field.

Is there a way to find out what BCC address was used to reach me? I looked at the Internet Headers for the message, but am not seeing "Envelope-to", described in a similar question.


Solution 1:

There is no such thing as a "BCC field"; BCC in email is performed by adding the recipient to the envelope but not the headers, which means that they are undetectable unless the email server is explicitly configured to reveal them somehow.

Solution 2:

In the internet headers, you should see a line Received by: xyz for <your email addr>.

Solution 3:

Here is the simple test case I have created for the BCC field.

  1. Create new email with BCC only.

    Screen Shot

  2. Check the raw message at received end(Here I sent to Gmail). If you have a close look on the raw message in the screen shot with highlighted for then you can see the BCC which I have added while sending an email.

    Screen Shot