Sometimes, you may wish to batch capture all the emails in a specific conversation and then batch export them to local folder as Text files. This article will teach you how to get it in quick time.
For some reason, you may need to export all the...
Read more »
If you want to set the same color category to all emails in the same conversation, you can utilize the piece of VBA code introduced in this article to realize it.
In order to better classify and manage emails, you may be used to applying color...
Read more »
At times, you may want to expand or collapse all mail folders in the mail navigation pane in one go. In this case, you can utilize the methods introduced in this post.
For some reasons, such as to check the emails in different folders and...
Read more »
If you would like to print out all the attachments in multiple selected emails in bulk, you can utilize the method introduced in this article. It is using a piece of VBA code to achieve it in quick time.
As you can see, when you select a single...
Read more »
Many users hope that Outlook can auto select the different signatures for different recipients in the emails. Thus, this article will teach how to realize it via VBA.
By default, Outlook only allows you to auto insert the varying signature into...
Read more »
If you would like to quickly get the total count of items in each color category in your Outlook PST file, you can use the VBA code exposed in this article. It’ll export all the counts into an Excel file directly for your convenient...
Read more »
Though Outlook doesn’t permit directly compressing attachments into a RAR file, you still can use the VBA code introduced in this article to realize it like a breeze.
As we all know, when attaching many large files to one email, you will be...
Read more »
If you have multiple subfolders under a certain folder and now you want to count the items in this folder and all its subfolders, you can use the way introduced in this article.
In general, to check the total count of items in one folder, you...
Read more »
In general, to unrar the “.rar” attachments in an email, you should firstly save it and then use specific tool to extract internal files. This article will provide you a method to unrar directly in Outlook.
Outlook doesn’t permit you to preview...
Read more »
If you want to check the size information of each folder in a PST file, you can use the method exposed in this article. It’ll quickly export the size information of all folders in a PST file to an Excel file.
When your PST file is too large, you...
Read more »