Using Classic Outlook on Windows for personal email, calendar, and contact management
To restore deleted emails in Outlook, you can follow these steps:
- Check the Deleted Items Folder: When you delete an email, it typically goes to the Deleted Items folder. Open Outlook and look for this folder. If your emails are there, you can simply drag them back to your Inbox or another folder.
- Recover Deleted Items: If you have emptied the Deleted Items folder or if the emails are not there, you can use the Recover Deleted Items feature:
- In Outlook for Windows, go to the Folder tab and select Recover Deleted Items. This will show you items that can still be recovered.
- Select the emails you want to restore and click Recover Selected Items.
- Outlook Web App (OWA): If you are using Outlook on the web, you can also recover deleted items by right-clicking on the Deleted Items folder and selecting Recover Deleted Items.
- PowerShell Command: If you are an administrator and need to restore emails for a user, you can use the
Restore-RecoverableItemscommand in PowerShell to restore emails from the Recoverable Items folder. You need to sign in to EXO PowerShell and run the command:Restore-RecoverableItems -Identity <UserEmailAddress>
Make sure to replace <UserEmailAddress> with the actual email address of the user whose emails you want to restore.
If the emails were permanently deleted and the retention period has expired, they may not be recoverable.
References: