メインコンテンツへスキップ

Outlookで複数のフォルダ/サブフォルダを一括で削除するにはどうすればよいですか?

ご存知のように、Outlookではナビゲーションペインで一度にXNUMXつのフォルダを選択して削除でき、複数のフォルダをまとめて選択することは不可能のようです。 ただし、ナビゲーションペインから複数のフォルダをXNUMXつずつ削除するのは面倒です。 この記事では、Outlookから複数のフォルダーをまとめてすばやく削除するソリューションを紹介します。


指定されたフォルダーのすべてのサブフォルダーをVBAで削除します Outlookで

このメソッドは、Outlookで特定のフォルダーのすべてのサブフォルダーを一括で削除するVBAを導入します。 次のようにしてください。

1。 メールビューで、すべてのサブフォルダーを削除する指定されたフォルダーを選択します。

2。 押す 他の + F11 キーを一緒に押して、Microsoft Visual Basic forApplicationsウィンドウを開きます。

3。 [挿入]> [モジュール]をクリックし、VBAコードの下を新しいモジュールウィンドウに貼り付けます。

Sub Delete_All_SubFolders()
Dim oCurrFolder As Folder
Dim oSubFolders As Folders
Dim i As Long

On Error Resume Next

Set oCurrFolder = Outlook.Application.ActiveExplorer.CurrentFolder
Set oSubFolders = oCurrFolder.Folders

For i = oSubFolders.Count To 1 Step -1
oSubFolders.item(i).Delete
Next
End Sub

4。 押す F5 このVBAを実行するためのキー。 これで、選択したフォルダーの下にあるすべてのサブフォルダーができるだけ早く一括で削除されることがわかります。 スクリーンショットを参照してください:

Outlookで重複するメールをすばやく検索して削除する

Outlook用のKutoolsを使用 重複するメール この機能を使用すると、複数のメールフォルダからそれらをすばやく検索して削除したり、OutlookでXNUMX回クリックするだけで、選択したフォルダからすべての重複を検索して削除したりできます。


Outlookで複数のフォルダをまとめて削除する

Microsoft Outlookから複数のフォルダを一括で削除するには、以下の手順に従ってください。

1。 フォルダを一括削除するメールアカウントを右クリックして、 新規フォルダ コンテキストメニューから、新しいフォルダに次の名前を付けます 温度。 以下のスクリーンショットを参照してください。

2。 次に、削除するフォルダのXNUMXつを新しいフォルダにドラッグします 温度 フォルダー、新しいまでドロップします 温度 フォルダが強調表示されます。 スクリーンショットを参照してください:

3。 これで、Microsoft Outlookダイアログボックスが表示され、選択したフォルダの移動について確認を求められます。 クリックしてください 有り ボタン。 上記のスクリーンショットを参照してください。

4。 削除するすべてのフォルダが新しいフォルダに移動するまで、上記の手順2-3を繰り返します。 温度 フォルダにコピーします。

5。 新しいものを右クリックします 温度 フォルダ、および選択 フォルダーを削除します コンテキストメニューから。 以下のスクリーンショットを参照してください。

6。 警告のMicrosoftOutlookダイアログボックスで、をクリックしてください 有り ボタン。 上記のスクリーンショットを参照してください。

これまでのところ、削除する必要のあるすべてのフォルダが一括で削除されています。


関連記事


最高のオフィス生産性向上ツール

Kutools for Outlook - Outlook を強化する 100 以上の強力な機能

🤖 AIメールアシスタント: AI の魔法を備えたインスタント プロのメール - ワンクリックで天才的な返信、完璧な口調、多言語の習得。メールを簡単に変革しましょう! ...

📧 自動メール: 不在時 (POP および IMAP で利用可能)  /  メール送信のスケジュール設定  /  メール送信時のルールによる自動CC/BCC  /  自動転送 (高度なルール)   /  あいさつを自動追加   /  複数受信者の電子メールを個別のメッセージに自動的に分割する ...

📨 電子メール管理: メールを簡単に思い出す  /  件名などで詐欺メールをブロック  /  重複するメールを削除する  /  高度な検索  /  フォルダーを統合する ...

📁 アタッチメント プロバッチ保存  /  バッチデタッチ  /  バッチ圧縮  /  自動保存   /  自動デタッチ  /  自動圧縮 ...

🌟 インターフェースマジック: 😊もっと可愛くてクールな絵文字   /  タブ付きビューで Outlook の生産性を向上  /  Outlook を閉じる代わりに最小化する ...

???? ワンクリックの驚異: 受信した添付ファイルをすべてに返信する  /   フィッシングメール対策  /  🕘送信者のタイムゾーンを表示 ...

👩🏼‍🤝‍👩🏻 連絡先とカレンダー: 選択したメールから連絡先を一括追加  /  連絡先グループを個別のグループに分割する  /  誕生日のリマインダーを削除する ...

オーバー 100の特長 あなたの探索をお待ちしています! ここをクリックして詳細をご覧ください。

 

 

Comments (9)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
One thing I didn't add from above is that my active Inbox (the one that actually harvests the new mail messages )now in Outlook is the Inbox that is in my set of GMail folders. Yes, I now have 2 Inboxes, along with the other duplicates. If I were to delete that whole set of folders that includes my GMail inbox, I wouldn't see any new emails coming into Outlook. Therefore, I'm leaving things as they are, at least for now.
This comment was minimized by the moderator on the site
yes, that's correct. I'm seeing a duplicate set of folders now(below the original set) in Outlook that are my GMail folders. They weren't there before I installed this new Office version. I was using Outlook 2016 desktop client ver. previously. Now, for instance, if I delete an email in Outlook, I see a small "synchronizing trash" window at the bottom of Outlook where it indicates that it's duplicating that deletion in GMail. I didn't have this before. As stated above, I can live with it, but it's just a bit different now.
This comment was minimized by the moderator on the site
I recently downloaded the new Office Pro 2021 for Windows which includes Outlook. I was using the 2016 version until now. The new installation went fine, but now I seem to have all of my Gmail folders appearing in Outlook also; they're below the original folders that I had before the conversion to the new Office. Any new emails that I get now come into the "Gmail" inbox instead of my original Inbox, which is still there. If I delete the Gmail folder and its subfolders I don't think my new emails will appear. I thought it might have been because IMAP was enabled in my Gmail settings. I disabled IMAP (to use only POP3), but the new emails still come into that Gmail inbox. Is there a way to fix this? If not, I can live with it....at least Outlook is harvesting the mail from my Gmail account. Thanks in advance.
This comment was minimized by the moderator on the site
Hi there, did you mean that you log in the same gmail account both in Outlook and Gmail?
Amanda
This comment was minimized by the moderator on the site
Thank you! This works!
This comment was minimized by the moderator on the site
This adds a step to an already arduous job. Is this a joke?
This comment was minimized by the moderator on the site
The VBA method to delete all subfolders works, thank you.
This comment was minimized by the moderator on the site
This is nonsense. I somehow have approx 300 trash subfolders, 300 note subfolders etc. Why can't I shift scroll to delete all?
This comment was minimized by the moderator on the site
This is a terrible solution! You still have to handle each folder individually! If you have hundreds of folders to delete, how is this any better than going one-by-one and deleting them? Using this "system", you have to go one-by-one and add them to a folder, then delete THAT folder. No better!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations