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

Outlookで削除されたメッセージを既読として自動的にマークするにはどうすればよいですか?

Microsoft Outlookで未読の電子メールメッセージを削除すると、メッセージは[削除済みアイテム]フォルダーに移動され、[未読]のステータスが保持されます。 場合によっては、Outlookユーザーは、ルールの実行やその他の理由で、削除されたメッセージを自動的に既読としてマークしたい場合があります。 ここでは、削除されたメッセージをMicrosoftOutlookで既読としてマークする方法を紹介します。

削除したすべてのアイテムを手動で読むようにマークします

削除メッセージをVBAで既読として自動マーク

削除されたアイテムをワンクリックで既読として自動マーク 良いアイデア3


削除したすべてのアイテムを手動で読むようにマークします

Microsoft Outlookでは、ユーザーは、削除済みアイテムフォルダーを含め、メールフォルダー全体を簡単に既読としてマークできます。

メールメッセージを削除した後、 削除されたアイテム ナビゲーションペインのフォルダを右クリックして、 すべてを読み取りとしてマークする 右クリックメニューから。 以下のスクリーンショットを参照してください。



削除されたメッセージをVBAで既読として自動マーク

このセクションでは、削除時にすべての削除済みメッセージを既読として自動的にマークするVBAマクロを紹介します。

ステップ1: 他の + F11 キーを一緒に押して、Microsoft Visual Basic forApplicationsウィンドウを開きます。

ステップ2:左側のバーでプロジェクト1を展開し、 このOutlookSession 空白のウィンドウを開きます。

手順3:次のVBAコードを空白のウィンドウに貼り付けます。

VBA:削除されたメッセージを既読として自動マーク

Dim WithEvents g_OlkFolder As Outlook.Items
Private Sub Application_Quit()
Set g_OlkFolder = Nothing
End Sub
Private Sub Application_Startup()
Set g_OlkFolder = Session.GetDefaultFolder(olFolderDeletedItems).Items
End Sub
Private Sub g_OlkFolder_ItemAdd(ByVal Item As Object)
Item.UnRead = False
Item.Save
End Sub

手順4:VBAマクロを保存し、MicrosoftOutlookを再起動します。

注: このVBAマクロはMicrosoftOutlook 2013でのみ機能し、このVBAマクロは、既定のデータファイルにある削除済みアイテムのみを既読としてマークします。

これ以降、ルールを使用して手動または自動でメールを削除すると、未読の削除済みメールは、[削除済みアイテム]フォルダーで一度に既読としてマークされます。


削除されたアイテムをワンクリックで既読として自動マーク

サブフォルダー内の削除済みアイテムを既読としてマークしたり、削除中にアイテムを既読として自動マークしたりする場合、どのようにジョブを処理できますか? ここでは、 削除を既読としてマーク の有用性 Outlook用Kutools 恩恵を与えることができます。

無料インストール Outlook用Kutoolsを実行し、次の手順を実行します。

1。 クリック クツール タブをクリックし、必要に応じてXNUMXつのオプションを選択します 削除済みを既読としてマーク ドロップダウンリスト。
既読として削除されたドキュメントマーク3

削除済みマークを既読として有効にする: このユーティリティをアクティブにすると、アイテムが削除されている間、アイテムは自動的に既読としてマークされます。

削除済みアイテムを既読としてマーク: [削除済みアイテム]フォルダー内のすべてのアイテムをOutlookで既読としてマークします。

削除済みアイテムフォルダにサブフォルダを含める:削除済みアイテムフォルダーとサブフォルダー内のすべてのアイテムをOutlookで既読としてマークします。

2.ユーティリティを適用した後、操作が終了したことを通知するダイアログが表示されます。クリックするだけです。 有り それを閉じる。
既読として削除されたドキュメントマーク4




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

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

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

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

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

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

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

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

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

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

 

 

Comments (21)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
wow, it's amazing, especially the VBA code. It works very well.
This comment was minimized by the moderator on the site
wow,太棒了!尤其是这个VBA code。
This comment was minimized by the moderator on the site
Worked for outlook 2003 !
This comment was minimized by the moderator on the site
Note that you will also need to tick the Apply macro security to installed add-ins option to make it work on Outlook 2016.
This comment was minimized by the moderator on the site
Thanks for this - simple and effective.
This comment was minimized by the moderator on the site
My question is simple: WHY?!

Who thought keeping deleted messages unread was good for the user?!
This comment was minimized by the moderator on the site
I enabled Macros in the Trust Center and got it to work with Outlook 2016 as well. Thanks!
This comment was minimized by the moderator on the site
Yes, worked this way for me too in Outlook 2016.
This comment was minimized by the moderator on the site
EUREKA!!! IT WORKS!!!
This comment was minimized by the moderator on the site
I had the same issue as DUSTIN, ZOXDK, and GORDON... the macro wasn't working. The issue was that I had to enable macros in the Trust Center settings: Click File --> Options --> Trust Center --> Trust Center Settings --> Macro Settings Select "Notifications for all macros" You'll get a small popup whenever you open Outlook to Enable or Disable macros. As long as you click Enable, you should be good. Alternatively, you could set your Trust Center settings to automatically allow all macros, but that could present security concerns so I think the approach above is a good compromise since you'll only need to click "Enable Macros" when you launch Outlook.
This comment was minimized by the moderator on the site
Thanks! VBA code worked perfectly.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations