Skip to main content

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 VBA

Always BCC myself with Kutools for Outlook good idea3


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

doc always bbc myself 1

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.
doc always bbc myself 2

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.

doc always bbc myself 3 doc arrow right doc always bbc myself 4

3. Then in the Select Names dialog, you can select the contacts or type address manually into BCC field as you need.
doc always bbc myself 5

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.
doc always bbc myself 6

5. Click OK > Ok to close dialogs. And click Kutools > CC/BCC > Enable Auto CC/BCC to take the rule effect.
doc always bbc myself 7

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.

doc always bbc myself 8
doc always bbc myself 9

Best Office Productivity Tools

Kutools for Outlook - Over 100 Powerful Features to Supercharge Your Outlook

πŸ€– AI Mail Assistant: Instant pro emails with AI magic--one-click to genius replies, perfect tone, multilingual mastery. Transform emailing effortlessly! ...

πŸ“§ 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 ProBatch 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.

Read More       Free Download      Purchase
 

 

Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
thank you very much for the VBA BCC macro, I have installed it in outlook 365 and it worked perfectly, so helpful
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations