跳到主要內容

如何找到丟失的文件夾在Outlook中意外移動的?

新增一名作者 最後修改時間:2022-06-17

您可能不小心在 Outlook 中移動了一個文件夾,但要找到該文件夾並將其移回其原始位置並不容易。 本文將介紹四種方法來幫助您在 Outlook 中找到意外移動的丟失文件夾。

使用“文件夾大小”選項查找意外移動的丟失文件夾
使用搜索和瀏覽功能查找意外移動的丟失文件夾
查找使用 VBA 代碼意外移動的丟失文件夾
使用神奇的工具輕鬆找到意外移動的丟失文件夾


查找丟失的文件夾,該文件夾是由“文件夾大小”選項意外移動的

假設丟失的文件夾的名稱為“ Internal”,則可以通過在“文件夾大小”對話框中瀏覽所有文件夾名稱來找到它。 請執行以下操作。

1.右鍵點擊 導航窗格 然後單擊 數據文件屬性 從右鍵單擊菜單中。 看截圖:

2。 在裡面 今日展望 對話框並在 標籤,點擊 文件夾大小 按鈕。 在開幕 文件夾大小 對話框,在文件夾框中找到丟失的文件夾。 看截圖:

3.返回Outlook主界面,根據上面的文件夾路徑找到該文件夾,然後將其手動拖回到其所屬的位置。


查找丟失的文件夾,該文件夾被“搜索和瀏覽”意外移動

如果您記得丟失文件夾中任何電子郵件的標題,您可以通過搜索電子郵件標題來找到該文件夾,如下所示。

1。 點擊 檢索 框,將搜索範圍更改為 所有郵箱,然後將電子郵件標題的任何單詞輸入到 檢索 框。 看截圖:

2.然後,搜索出電子郵件並將其列在郵件列表中,請雙擊以打開它。

3。 按 按Ctrl + 轉移 + F 鍵打開 高級查找 對話框(或者您可以選擇電子郵件並單擊 檢索 > 搜索工具 > 高級查找)。 在對話框中,您可以看到所選電子郵件所在文件夾的名稱顯示在 In 框,請單擊 瀏覽 按鈕。

4。 在裡面 選擇文件夾 對話框中,您將看到丟失的文件夾當前所在的位置。 記住文件夾路徑,然後單擊 OK 按鈕。

5、回到Outlook主界面,根據上面的文件夾路徑找到丟失的文件夾,然後手動將文件夾拖回原來的位置。


查找丟失的文件夾,該文件夾被VBA代碼意外移動

如果您記得丟失的文件夾的名稱,則可以直接通過其名稱找到它。

1。 按 其他 + F11 鍵打開 Microsoft Visual Basic for Applications 窗口。

2。 在裡面 Microsoft Visual Basic for Applications 窗口中,單擊 插入 > 模塊。 然後將下面的VBA代碼複製到代碼窗口中。

VBA代碼:查找缺少名稱的文件夾

Private g_Folder As Outlook.MAPIFolder
Private g_Find As String

Public Sub FindFolder()
Dim xFldName As String
Dim xFolders As Outlook.Folders
Dim xYesNo As Integer
On Error Resume Next
Set g_Folder = Nothing
g_Find = ""
xFldName = InputBox("Folder name:", "Kutools for Outlook")
If Trim(xFldName) = "" Then Exit Sub
g_Find = xFldName
g_Find = UCase(g_Find)
Set xFolders = Application.Session.Folders
LoopFolders xFolders
If Not g_Folder Is Nothing Then
    xYesNo = MsgBox("Activate folder: " & vbCrLf & g_Folder.FolderPath, vbQuestion Or vbYesNo, "Kutools for Outlook")
    If xYesNo = vbYes Then
        Set Application.ActiveExplorer.CurrentFolder = g_Folder
    End If
Else
    MsgBox "Not found", vbInformation, "Kutools for Outlook"
End If
End Sub

Private Sub LoopFolders(Folders As Outlook.Folders)
Dim xFolder As Outlook.MAPIFolder
Dim xFound As Boolean
On Error Resume Next
xFound = False
For Each xFolder In Folders
    If UCase(xFolder.Name) = g_Find Then xFound = True
    If xFound Then
        Set g_Folder = xFolder
        Exit For
    Else
        LoopFolders xFolder.Folders
        If Not g_Folder Is Nothing Then Exit For
    End If
Next
End Sub

3。 按 F5 鍵來運行代碼。

4。 在裡面 Kutools for Outlook 對話框中,在文本框中輸入丟失文件夾的名稱,然後單擊 OK 按鈕。

5。 點擊 在下面的對話框中單擊。

6.然後,在導航窗格中立即打開丟失的文件夾,請手動將文件夾拖回到它所屬的位置。


使用神奇的工具輕鬆找到意外移動的丟失文件夾

Kutools for Outlook 提供了一個方便的功能—— 轉到文件夾 幫助您輕鬆查找並導航到某個 Outlook 文件夾。 請執行以下操作。

點擊 点击這裡 首先下載 Kutools for Outlook。

1.安裝 Kutools for Outlook 後,點擊 Kutools 加 > 轉到。 看截圖:

2。 在裡面 轉到 對話框,您需要配置如下。

2.1) 默認情況下,所有文件夾類型都被選中。 如果您只想搜索電子郵件文件夾,則需要取消選擇其他文件夾類型,並僅選擇郵件文件夾;
2.2) 輸入要查找的文件夾名稱;
2.3)然後將在對話框中搜索並列出該文件夾。 你可以:
-- 查看該文件夾的路徑;
-- 或者雙擊文件夾在 Outlook 中打開。

單擊以了解有關此功能的更多信息.

  如果您想免費試用(30天)此實用程序, 請點擊下載,然後按照上述步驟進行操作。


相關文章:


最佳辦公生產力工具

Kutools for Outlook - 超過 100 種強大的功能可增強您的 Outlook

🤖 人工智慧郵件助手: 具備人工智慧魔力的即時專業電子郵件——一鍵天才回覆、完美語調、多語言掌握。輕鬆改變電子郵件! ……

📧 電子郵件自動化: 外出(適用於 POP 和 IMAP)  /  安排發送電子郵件  /  發送電子郵件時按規則自動抄送/密件副本  /  自動轉送(進階規則)   /  自動添加問候語   /  自動將多收件者電子郵件拆分為單獨的訊息 ...

📨 電子郵件管理: 輕鬆回憶電子郵件  /  按主題和其他人阻止詐騙電子郵件  /  刪除重複的電子郵件  /  進階搜索  /  合併資料夾 ...

📁 附件專業版批量保存  /  批量分離  /  批量壓縮  /  自動保存   /  自動分離  /  自動壓縮 ...

🌟 介面魔法: 😊更多又漂亮又酷的表情符號   /  使用選項卡式視圖提高 Outlook 工作效率  /  最小化 Outlook 而不是關閉 ...

👍 一鍵奇蹟: 使用傳入附件回覆全部  /   反網路釣魚電子郵件  /  🕘顯示寄件者的時區 ...

👩🏼‍🤝‍👩🏻 通訊錄和行事曆: 從選定的電子郵件中大量新增聯絡人  /  將聯絡人群組拆分為各組  /  刪除生日提醒 ...

超過 100特點 等待您的探索! 按此處了解更多。

了解更多       免費下載      購買
 

 

Comments (26)
Rated 5 out of 5 · 2 ratings
This comment was minimized by the moderator on the site
I found the missing folder. Thank you very much.
This comment was minimized by the moderator on the site
Parfait, le code VBA est très utile!! merci bcp.
Rated 5 out of 5
This comment was minimized by the moderator on the site
Simple and helpful. Exactly what I was looking for, thank you!
This comment was minimized by the moderator on the site
Super great directions on how to find a sub folder, simple and super effective, Thank you very much!!!
This comment was minimized by the moderator on the site
amazing Tool
Rated 5 out of 5
This comment was minimized by the moderator on the site
This macro is pretty neat. Thanks for the all the help
This comment was minimized by the moderator on the site
Amazing best directions I have ever searched! You are a genius!
This comment was minimized by the moderator on the site
Thank you so much. I was looking for this option for almost 30 minutes.
This comment was minimized by the moderator on the site
I ran the VBA code and I found the folder again, thanks so much!!!
This comment was minimized by the moderator on the site
my inbox has disappeared
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