How to remove subfolders in Outlook

So you want to hide these annoying folders under Outlook such as Journal, Notes RSS Feeds, Tasks.

You have tried everything, clicked right mouse button, tried settings, hit delete nothing, right?

They are just taking space and attention and are absolutely useless for an email client. Nobody needs them and if you ask around, nobody uses them. So why are they there? Nobody really knows. Probably not even Microsoft.

Here is the solution. With only one simple action, you can make them disappear its like a magic trick!

Just follow these steps precisely and you shall have them removed in no time.

But before you do, imagine these folders as a pencil:

IMPORTANT: READ THIS, BEFORE YOU START

Make sure you have not selected or marked the Inbox, Sent or any other important folder before you run the script described below.

It seems that many users had so much fun removing folders, they have accidentally removed important ones and have difficulties unhiding them.

Its recommended that your read the user comments below the article.

If youre not sure about this, dont run the script!
Getting back accidently hidden folders is a hassle!

Step 1: Preparations

Go to the File at the menu and click at Options, then go to Trust Center, click Trust Center Settings, in there click Macro Settings and select Notification for all macros like this:

Step 2: Click on the useless Outlook folder

Yes, click the folder you want to make disappear. Lets start with that folder RSS Feeds. I mean, who uses RSS Feeds nowadays that was 15 years ago gosh!

Step 3: Writing a script

Now you are going to write a script but dont worry. Ill tell you exactly how.

Open the Visual Basic Editor (older Outlook versions: press ALT+F11). Alt F11 doesnt work on Outlook 365 anymore, you have to do these steps instead:

On theDeveloper tab find and click Visual Basic. If there is no such menu, you have to activate it: File/Options/Customize Ribbon/Main Tabs/Developer.

If a security warning pops up called Microsoft Outlook Security Notice, just press Enable Macros to continue.

A new windows should open up called Microsoft Visual Basic for Applications that should look like this dont be scared. Thats your salvation!

All you have to do now is to go to Microsoft Outlook Objects, press right mouse button, then go to Insert and then Module. Here, let me show you:

A new window should appear on the left side. Now put this code in there:

Option Explicit Public Sub HideFolders() Dim oFolder As Outlook.Folder Dim oPA As Outlook.PropertyAccessor Dim PropName, Value, FolderType As String PropName = "//schemas.microsoft.com/mapi/proptag/0x10F4000B" Value = True Set oFolder = Application.ActiveExplorer.CurrentFolder Set oPA = oFolder.PropertyAccessor oPA.SetProperty PropName, Value Set oFolder = Nothing Set oPA = Nothing End Sub

This is how it should look like on your end:

Step 4: Run that script!

Now select the folder you want to delete on Outlook.
IMPORTANT: If you have any other folder selected such as Inbox, it will dissapear!

Run the script and the folder will disappear. How to run the script? Easy see that Run feature on the menu its this one here:

Done!

You can repeat this by selecting any other folder, than going back to the Microsoft Visual Basic for Applications window and run the script again, until all these useless outlook folders are gone.

How to Unhide a Folder

If you accidentally hid a folder such as Calendar, Inbox or want to unhide any other folder, just change this line:

Set oFolder = Application.ActiveExplorer.CurrentFolder

to this one:

Set oFolder = Session.GetDefaultFolder(olFolderCalendar)

and also change this line

Value = True

to

Value = False

This is how it should look like if you want to unhide the Calendar for example:

Option Explicit Public Sub HideFolders() Dim oFolder As Outlook.Folder Dim oPA As Outlook.PropertyAccessor Dim PropName, Value, FolderType As String PropName = "//schemas.microsoft.com/mapi/proptag/0x10F4000B" Value = False Set oFolder = Session.GetDefaultFolder(olFolderCalendar) Set oPA = oFolder.PropertyAccessor oPA.SetProperty PropName, Value Set oFolder = Nothing Set oPA = Nothing End Sub

Comments and discussions are on the bottom of the page. Thank you.

Top VPN Tools 2022: Tested & Reviewed Don't Let Them Spy on Your Data!LIST OF TOP VPNs

Top Antivirus Tools 2022

Advertisement: Sponsored Listings
1 Norton Security Antivirus
5.0
from $34.99
Norton Antivirus is one of our review winners in 2022. No other antivirus software offers such impressive virus protection in the market right now. This may change in the future as the market is constantly changing.
Read ReviewVisit Website
2 AVG Internet Security
5.0
from $34.99
In 2022 AVG began offering unlimited install features for their antivirus software. For everyone, but especially families, this is one of the best bargains of the year. The interface couldnt be any easier to use, and the malware protection is solid.
Visit Website
3 Avast Pro Antivirus
4.9
from $34.68
One of the advantages of Avast 2022 is not just its reliability and broad antivirus protection but also the price. At only $34.68, its one of the most affordable deals you can find among reputable antivirus tools.
Read ReviewVisit Website
4 Bullguard Antivirus
4.7
from $23.99
Bullguard may not be as famous as the big market players, but its unequivocally one of the best antivirus software in the world. It was developed by hackers and computer enthusiasts from a small UK company. As the price suggests, they are driven by passion, not for as much profit as other bigger competitors.
Visit Website
5 Panda Security
4.7
from $28.79
Panda is not only the cheapest, but is actually one of a kind: They invented the first artificial intelligent virus protection in the world that recognizes unknown viruses. It works so well that they became extremely popular in Europe, and are being praised by hackers.
Visit Website
6 Kaspersky Antivirus
4.7
from $29.99
With over 400 million users, over 20 years of experience, and 270,000 corporate clients, Kaspersky Lab technologies is a strong cybersecurity company. This company offers an array of powerful products such as Kaspersky Total Security, Kaspersky Anti-Virus, Kaspersky Internet Security and more.
Read ReviewVisit Website
7 McAfee Antivirus
4.4
from $34.99
McAfee has been around for more than 30 years, making them one of the oldest virus protection companies on the market. Due to restructuring of the company over the last years, the company has successfully created a new product fit to satisfy customers in 2022.
Read ReviewVisit Website
8 Avira Antivirus Pro
3.0
from $0.99
AVIRA Antivirus is one of the most popular virus protection software. Theyve been famous for years for their free antivirus offering. The paid version is as good as the free version but without ads. For only $0.99, they make switching to the professional version worth it. However, support is not Aviras forte.
Read ReviewVisit Website

Video

Postingan terbaru

LIHAT SEMUA