How Smart Are You? Use These 7 Foods To BoostYour Overall Intelligence

Being smart is simply possessing or displaying a high level of mental capacity. Being smart is also having the capacity to concentrate, communicate, and focus. While eating healthy foods helps us…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




2 Effective Methods to Batch Delete All Outlook Rules Performing a Specific Action

If you need to batch delete all Outlook rules that perform a specific action, such as “Move”, “Copy” or “Flag”, you can read this article. Here we will take “Move” action as an example to introduce you 2 quick methods.

At times, you may want to delete all rules performing a specific action in Outlook. For instance, you’ve rebuilt folder structures in your mailboxes. Thus, you intend to re-classify and archive emails to different folders. In this case, you may want to batch delete all rules performing the “Move” action. Looking at this, here we will introduce 2 ways. The first one is appropriate to one mailbox. But if you want to process all mailboxes in your Outlook, you’d better use the following Method 2.
Method 1: Batch Delete in One Mailbox

— To begin with, click “File”.
— Then, in the “File” menu, click “Manage Rules & Alerts” button.
— In the next “Rules and Alerts” dialog box, you can see the “Actions” column in rule list. And the icon of “Move” action is .
— Now, press “Ctrl” key and meanwhile select the rules whose action icon is one by one.
— After selecting rules, click “Delete” button above the rule list.

Method 2: Batch Delete in All Mailboxes

— For a start, launch Outlook VBA editor according to “How to Run VBA Code in Your Outlook”.
— Next, copy the following VBA code into a blank module.

Sub DeleteAllMoveRules()
Dim objStores As Outlook.Stores
Dim objStore As Outlook.Store
Dim objRules As Outlook.rules

Add a comment

Related posts:

Save time using SASS to create classes with variations

I needed to define a class in HTML that would give me the margin according to the last char. But this last char wasn’t always the same, nor the place was the margin would be applied. I wanted a class…

Site Design 101

Having spent some quality time with developers and UX Designers, I’ve come to appreciate that not only is website design a really interesting topic but it’s also a bit controversial. Almost by…