When you have multiple accounts in your profile Outlook sometimes has a problem recognizing who "you" are and includes all email addresses in a Reply to All. Beginning with Outlook 2003, Outlook handles it better and as long as the address the message was sent to is the same one you are replying From for the account, it will be removed when you choose Reply to All.
To automatically remove your address when replying to all, use one of the Tools listed below. You can also use VBA. See E-Mail: Remove recipients before sending for a code sample by Outlook Developer MVP Michael Bauer.
Reply to All includes myself
I'm seeing too many Outlook users complain that 'reply to all' includes their own address. While this was a common problem years ago, Outlook now does a good job identifying "who you are". It should only include yourself in the reply to all if the address the message was sent to is not the same as the account address.
If your From address is the same as the address the message was sent to, Outlook can properly identify your address and will not include it in a 'reply to all'.
When Outlook is confused, the possible causes include:
- The Reply to address in File > Account Settings > More Settings is not the same as your account email address. When people reply to your address, Outlook sees that address as belonging to someone else.
- Outlook is using the x500 address, not the SMTP address (Exchange mailboxes only)
- You have one or more contacts in Outlook for your own GAL entry and one contains the wrong address. Outlook is resolving to the copy in your Contacts, not the GAL. (Exchange mailboxes only)
In each of these situations, the From address is different than the account address so Outlook included it in the Reply to all. Case solved.
Note on item 3: While it seems odd that Outlook is resolving reply addresses to contacts when it has the address already, it's my experience that Outlook resolves to display names, even when it has an email address to compare. I recently attempted to create a Contact Group using a list of first names and contacts (in firstname alias@domain.com format, one person per row). When I pasted the list into the Members field, Outlook 2013 consistently resolved contacts to other people with the same first name. I had to use email addresses only to insure the Contact Group was correct.
Always Include Yourself in Replies
If you are used to this 'feature' from older versions of Outlook and want to include yourself in replies sent using Outlook 2003 and up, you'll need to create an after sending rule to CC yourself. If you want to BCC yourself, you'll need to use VBA or an add-in listed at Automatically BCC all Messages.
To create a rule in Outlook 2010 and newer:
- Open Manage Rules and Alerts (Home ribbon, Rules command)
- Click New Rules
- Select Apply rule on messages I send
- Select conditions if you only want to be CC'd on certain messages or click Next to CC yourself on every message you send.
- Under Actions, locate the CC action and enter your email address.
You can also open the Rules and Alerts dialog by right-clicking in the message list and choose Rules > Manage Rules and Alerts.
To create a rule in Outlook 2007 and older:
- From the Tools menu choose Rules and Alerts
- Select Create from a blank rule and choose Check after sending.
- Select conditions if you only want to be CC'd on certain messages or click Next to CC yourself on every message you send.
- Under Actions, locate the CC action and enter your email address.
More Information
- Add a keyword to the subject of all messages sent
- Always Reply Using HTML Format in Outlook
- Can I use my own stationery in replies?
- Copy attachment names when replying
- Do you really want to reply to all?
- Forward Messages that were not Replied To
- Foward a Message and CC the Original Recipients
- Ignore Conversations in Outlook
- Macro to Reply, ReplyAll, or Forward and File
- Outlook Crashes When You Reply or Create a New Message
- Reply or ReplyAll with Attachments
- Replying to Sent Messages
- Rules in Error and Reply with Template
- Run a script rule: Autoreply using a template
- Select from a List of Subjects before Sending a Message
- Selectively change message format when replying
- Use a macro to Reply with boilerplate text
- VBA Sample: Do Something When Reply is Clicked
Is this thread still active? My boss is having a similar issue. Using Outlook 2016. When he receives an email with multiple people in it, him as well, and he clicks reply to all HIS email address is thrown into the field he was originally in. If he was CC'd then his name shows back in the CC field, and the same if he was on the TO line. this just started happening. How do we fix this without him having to remove his name each time? This is his only email account. Thank you!!
i have the same question, i have to delete myself everytime manuly,
This post saved lot of time, Thanks team for your help .
BTW, I just noticed that the old email address also shows up in BCC if I hit 'Forward' from any of the email accounts in Outlook.
That sounds like a macro or an addin is adding - outlook doesn't have a builtin feature that does it.
Have a very weird problem in this area. All of a sudden today, I accidentaly stumbled across an issue. If I hit 'Reply All', on an email from any of the accounts in my Outlook 2013, my email address for a company I haven't worked for in over a year populates in BCC. How is this possible? This old email address is not in any address book, or anything on my computer. My previous employer is completely a guy who would spy if he could, hope this is not some sort of virus he was somehow able to put in my computer. Hopefully just being paranoid, but can't figure out how to get Outlook to stop putting this old email address in BCC. Hope if only applies to 'Reply All', but only see it there. Please advise, thanks so much, genuinely appreciate the help
This is definitely either a macro or an addin doing it - on replies, it would only use to or CC fields. Forwards would have the fields blank. Look in file, options, addins - what addins are enabled?
We have just upgraded to Outlook 2010 at work and we are finding that when we do a 'reply to all' or send an email to ourselves (as we often do as a form of NOTE TO SELF) it no longer appears in the inbox, but just stays in the sent items. How can we correct this problem. We are seriously thinking of regressing this version of Outlook which we would like to avoid doing if possible. Many Thanks.
If outlook detects the sending address is one of the recipients, it removes the address from the recipients list. If you want a copy back in the inbox, you'll need to add it back.
FWIW, If you use the Conversation view and set it to show messages in other folders you'll see the sent items in the conversation.
thank you!
Am I able to create a rule that will Reply All with a specific message? I can only find a way to have the rule reply to the original sender, and I'm trying to have an automated reply to all in the email.
Thank you,
You'll need to use a Run a Script rule. The one script here - https://www.slipstick.com/outlook/rules/send-a-new-message-when-a-message-arrives/ - needs tweaked by will do what you need.
When a user reply to all the user's name is in the From field, but it shows like this:
/o=Organization/ou=First Administrative Group/cn=Recipients/cn=User
Any idea why?
Thank you.
That is the x500 address exchange uses. Does it happen to all mail or only certain messages?
Did you move or rebuild the users mailbox? Weird things like this can happen after mailbox moves and other server side repairs.