How to always BCC myself while sending Email through Outlook?
Maybe in some cases, you want to always BCC yourself wile sending any emails through Outlook, but sometimes you may forget to add your account address to BCC field because of carelessness. If there any way can automatically add yourself email address to BCC field while sending emails? Here I have two ways.
Always BCC myself with Kutools for Outlook
Always BCC myself with VBA
Here I have a VBA code can automatically BCC someone while sending emails.
1. Press Alt + F11 keys to enable the Microsoft Visual Basic for Applications window.
2. Double click ThisOutlokSession from Project1 pane, and copy and paste below code to the new blank script.
VBA: Always BCC myself
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
'UpdatebyExtendoffice2018-5-23
Dim xRecipient As Recipient
Dim xPrompt As String
Dim xYesNo As Integer
Dim xBcc As String
On Error Resume Next
If Item.Class <> olMail Then Exit Sub
xBcc = ""
Set xRecipient = Item.Recipients.Add(xBcc)
xRecipient.Type = olBCC
xRecipient.Resolve
Set xRecipient = Nothing
End Sub
In the code, is the email address you want to BCC automatically, you can change it as you need.
3. Save the code and close the Microsoft Visual Basic for Applications window.
From now, whatever emails you send from Outlook, it automatically BCC to the specified address.
Always BCC myself with Kutools for Outlook
With above code, you only can automatically BCC to one email address, if you want to auto BCC yourself and your boss at the same time, you can use Kutools for Outlookβs CC/BCC function, it can auto BCC to some email addresses based on some rules.
Kutools for Outlook , Includes powerful features and tools for Microsoft Outlook 2016, 2013, 2010 and Office 365. |
||
Free install Kutools for Outlook, and then do as below steps:
1. Click Kutools > CC/BCC > Auto CC/BCC Manager.
2. In Auto CC/BCC Manager dialog, click New to pop out the Auto CC/BCC dialog, give the new rule a name, click Recipients button.
![]() |
![]() |
![]() |
3. Then in the Select Names dialog, you can select the contacts or type address manually into BCC field as you need.
4. Click OK to go back last dialog, you can see the addresses you want to auto BCC in the CC/BCC Recipient Name list box. Check All outing e-mail option.
5. Click OK > Ok to close dialogs. And click Kutools > CC/BCC > Enable Auto CC/BCC to take the rule effect.
Now, all emails sent from Outlook will be auto BCC the specified addressed you set.
Tip: if you want to auto BCC yourself or others based on some rules, such as based on some account, subjects and bodies, you can check Custom in Auto CC/BCC dialog, set the conditions as you need.
![]() |
![]() |
Demo
Best Office Productivity Tools
Kutools for Outlook - Over 100 Powerful Features to Supercharge Your Outlook
π§ Email Automation: Out of Office (Available for POP and IMAP) / Schedule Send Emails / Auto CC/BCC by Rules When Sending Email / Auto Forward (Advanced Rules) / Auto Add Greeting / Automatically Split Multi-Recipient Emails into Individual Messages ...
π¨ Email Management: Easily Recall Emails / Block Scam Emails by Subjects and Others / Delete Duplicate Emails / Advanced Search / Consolidate Folders ...
π Attachments Pro: Batch Save / Batch Detach / Batch Compress / Auto Save / Auto Detach / Auto Compress ...
π Interface Magic: πMore Pretty and Cool Emojis / Boost Your Outlook Productivity with Tabbed Views / Minimize Outlook Instead of Closing ...
π One-click Wonders: Reply All with Incoming Attachments / Anti-Phishing Emails / πShow Sender's Time Zone ...
π©πΌβπ€βπ©π» Contacts & Calendar: Batch Add Contacts From Selected Emails / Split a Contact Group to Individual Groups / Remove Birthday Reminders ...
Over 100 Features Await Your Exploration! Click Here to Discover More.