Forum Discussion
MaccInfo86
May 19, 2020Copper Contributor
Office 365 mails using Widows 10 Mails app going to draft randomly
Hello, We are using Windows 10 mail app on tablet with Windows 10. But since we use Office 365 mails we have some mails going to drafts when we clic on sent. But the mail is not sent....just goig...
KapilArya
May 19, 2020MVP
Hello,
Try re-registering Mail app and see if that helps.
Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name microsoft.windowscommunicationsapps | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
Hope this helps!