Free Outlook Tools & Add-ins

How to Merge PST Files via Outlook VBA

If you want to merge multiple PST files into a single file, you can use the method introduced in this article. It will let you to quickly get it via Outlook VBA. If you have many PST files, you will surely find it quite difficult for you to manage all of them in the meantime. More specifically, if you are frequently required to access the data in these PST files, it will be a tedious task for you to go through all the files to find out what you desire. In this case, the best solution is to...

Read more »

How to Convert Unicode PST to ANSI PST File via Outlook VBA

You cannot access a Unicode PST file in Outlook 2002 and earlier versions in that the old versions of Outlook only support ANSI PST file. So in this article, we’ll teach you how to use VBA to convert Unicode PST file to ANSI PST. As we all know, since Outlook 2003, Unicode, a new PST format is released with a lot of advantages than the older one, ANSI format. For instance, Unicode PST file has a much larger file size limit of 20 GB than 2 GB of the ANSI format. Therefore, many users prefer...

Read more »

Free OST to PST Converter via Outlook VBA

Outlook uses two kinds of Outlook data files – OST file and PST file. In terms of OST file, it has many disadvantages. Thus you’d better convert your OST file to PST file. This article will teach you to make a free OST to PST converter via VBA. If you are using an Exchange account in MS Outlook, all your items will be stored in an offline storage table file (OST) as a cache on your local hard drive. In this case, every time when you log in to your account, Outlook will start to sync and...

Read more »