Using New Outlook on Windows for personal email, calendar, and contact management
If a hacker has deleted your emails, you can try to recover them by using the Microsoft Purview audit log and Exchange Online PowerShell to investigate the deletion activities. Here are some steps you can take:
- Check Deleted Items: If the emails were moved to the Deleted Items folder, you might be able to recover them from there.
- Use PowerShell Commands: You can run specific PowerShell commands to search for deleted emails. For example:
ReplaceSearch-UnifiedAuditLog -StartDate <start_date> -EndDate <end_date> -UserIds <user_email> -Operations SoftDelete,HardDelete,MoveToDeletedItems -ResultSize 1000<start_date>,<end_date>, and<user_email>with the appropriate values. - Contact Microsoft Support: If you are unable to recover your emails using the above methods, you may need to contact Microsoft Support for assistance. You can find contact options by searching for "Get Help" in your Microsoft account or visiting the support page.
Unfortunately, I cannot provide a direct phone number or chat link, but following these steps should help you get in touch with a live person who can assist you further.
References: