跳到主要内容

如何找到丢失的文件夹在Outlook中意外移动的?

您可能不小心在 Outlook 中移动了一个文件夹,但要找到该文件夹​​并将其移回其原始位置并不容易。 本文将介绍四种方法来帮助您在 Outlook 中找到意外移动的丢失文件夹。

使用“文件夹大小”选项查找意外移动的丢失文件夹
使用搜索和浏览功能查找意外移动的丢失文件夹
查找使用 VBA 代码意外移动的丢失文件夹
使用神奇的工具轻松找到意外移动的丢失文件夹


查找丢失的文件夹,该文件夹是由“文件夹大小”选项意外移动的

假设丢失的文件夹的名称为“ Internal”,则可以通过在“文件夹大小”对话框中浏览所有文件夹名称来找到它。 请执行以下操作。

1.右键点击 导航窗格 依次 数据文件属性 从右键单击菜单中。 看截图:

2.在 今日展望 对话框并在 总类 标签,点击 文件夹大小 按钮。 在开幕 文件夹大小 对话框,在文件夹框中找到丢失的文件夹。 看截图:

3.返回Outlook主界面,根据上面的文件夹路径找到该文件夹​​,然后将其手动拖回到其所属的位置。


查找丢失的文件夹,该文件夹被“搜索和浏览”意外移动

如果您记得丢失文件夹中任何电子邮件的标题,您可以通过搜索电子邮件标题来找到该文件夹​​,如下所示。

1。 点击 搜索 框,将搜索范围更改为 所有邮箱,然后将电子邮件标题的任何单词输入到 搜索 框。 看截图:

2.然后,搜索出电子邮件并将其列在邮件列表中,请双击以打开它。

3。 按 按Ctrl + 转移 + F 键打开 高级查找 对话框(或者您可以选择电子邮件并单击 搜索 > 搜索工具 > 高级查找)。 在对话框中,您可以看到所选电子邮件所在文件夹的名称显示在 In 框,请单击 浏览 按钮。

4.在 选择文件夹 对话框中,您将看到丢失的文件夹当前所在的位置。 记住文件夹路径,然后单击 OK 按钮。

5、回到Outlook主界面,根据上面的文件夹路径找到丢失的文件夹,然后手动将文件夹拖回原来的位置。


查找丢失的文件夹,该文件夹被VBA代码意外移动

如果您记得丢失的文件夹的名称,则可以直接通过其名称找到它。

1。 按 其他 + F11 键打开 Microsoft Visual Basic应用程序 窗口。

2.在 Microsoft Visual Basic应用程序 窗口中,单击 插页 > 模块。 然后将下面的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。 点击 USB MIDI(XNUMX通道) 在下面的对话框中单击。

6.然后,在导航窗格中立即打开丢失的文件夹,请手动将文件夹拖回到它所属的位置。


使用神奇的工具轻松找到意外移动的丢失文件夹

Kutools for Outlook 提供了一个方便的功能—— 转到文件夹 帮助您轻松查找并导航到某个 Outlook 文件夹。 请执行以下操作。

点击 了解更多 首先下载 Outlook 的 Kutools。

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