Posts Tagged 'Sent Emails'

How to Quickly Count the Sent Emails by Month in Your Outlook

If you store sent emails in several folders and now would like to count all these sent mails by month, you can read this article. Here we will introduce a considerably fast way to get it. The previous article - "How to Quickly Count Incoming Emails by Date, Month or Year via Outlook VBA" has shared a way to count emails by month. However, it is able to process the emails in one folder. If you want to count emails in several or even all the mail folders, you should use the other means. Thus,...

Read more »

How to Auto Save Specific Sent Emails to a Specific Folder with Outlook VBA

By default, Outlook will save the sent emails in the “Sent Items” folder. If you don’t want to save the specific sent mails in the default folder, you can employ the method introduced in this article. Some users want to automatically save some sent emails to the specified folder instead of saving them in the default “Sent Items” folder. Thus many resort to the Outlook rule, which offers a similar action – “move a copy to the specified folder”, shown as the following screenshot. However, by...

Read more »

How to Auto Move the Emails with Specific CC Recipients in Outlook

In reality, most of you may hope to create an Outlook rule to auto move the emails with specific CC recipients. But Outlook rule doesn’t support checking CC recipients. So this article will teach you how to realize it with Outlook VBA. Obviously, it is impossible for you to create an Outlook rule to search specific CC recipients. As shown in the following screenshot, for received emails, you can only check if your own name is in the CC box. Similarly, for sent emails, even there is no rule...

Read more »