Posts Tagged 'emails'

How to Limit the Number of Emails Opened at the Same Time with Outlook VBA

Keeping many emails opened at the same time can make your Outlook overloaded, leading to Outlook crash. Thus, it is suggested to limit the number of emails opened in the meantime. This post will teach you how to realize it with Outlook VBA. Outlook is prone to crash when it gets overloaded, such as when too many emails open at the same time. Therefore, you’d better only keep limited emails open at a time. Although Outlook doesn’t support this natively, you can easily achieve it via the...

Read more »

How to Batch Export Multiple Selected Outlook Emails to a Text/Excel/PST File

If you only want to export selected Outlook emails to an external file, using “Import and Export” feature will be quite troublesome. This article will guide you to quickly export the multiple selected emails to a Text, Excel or PST file. In general, when you would like to export Outlook items to an external file, the “Import and Export” feature will come to your mind in the first place. You can go to “File” menu, find and click “Import” button under “Open” tab. Then in the new “Import and...

Read more »

5 Methods to Configure Outlook Not to Send out Emails Directly

Some users hope that they can control Outlook’s sending feature, namely prevent emails from being sent out directly when they click the “Send” button. In this article, we will introduce 5 approaches. At times, after you click the “Send” button, something else comes to your mind. For example, you want to add an additional attachment, or you wish to rephrase the email, and so on. All in all, in such cases, you will desire that Outlook won’t send emails directly or automatically when you click...

Read more »