

Therefore, so as to deal with these errors quickly and effectively, you have to learn how to locate and make use of the inbox repair tool. It is common to receive error messages in your Outlook, such as errors related to sending/receiving failures, errors involving inaccessible Outlook PST file and so on. Finally, after selecting, you can just click several “OK” to apply the changes.In it, you can choose the folders to be searched for emails you haven’t replied. Later, a new dialog box of “Select Folder(s)” will display.Next, in the popup “Custom Search Folder” dialog, click “Browse” button.Then, choose “Customize This Search Folder” from the context menu.First off, right click the search folder.If you want to change the search scope, you can follow the steps below. In my VBA code, this search folder only searches the default Inbox folder. Finally, you can see a new search folder called “Not Replied Emails”, which contains all the unreplied emails in Inbox.When macro finishes, a message, like the following figure, will display.After that, click “F5” key button to trigger this macro.Subsequently, put cursor in this subroutine.
-Step-12.jpg)
MsgBox "Search folder is created successfully!", vbInformation + vbOKOnly, "Search Folder" Set objSearch = (Scope:=strScope, Filter:=strFilter, SearchSubFolders:=True, Tag:="SearchFolder") StrScope = "'" & (olFolderInbox).FolderPath & "'" Sub CreateSearchFolder_AllNotRepliedEmails()

#Inbox view unreplied to emails code
