As some people will know when you get a send/receive error the details dialog box is shown and lists the errors that accured, the problem is, if you click the details button you only get rid of the details dialog box until you close Windows Mail, but, when open WM again the details dialog is still visible and you can't get rid of the details dialog box even if you select not to show the details dialog no matter what you do, until NOW.
All you need to do is run "regedit" and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows Mail and delete a value in the right pane named SpoolerDlgPos, thats it, the details dialog will have gone, this doesn't fix the issue permently, what it does is resets it to default, so if the issue accures again just delete the "SpoolerDlgPos" registry value again.
If you would rather use a .reg file to do this then create a .reg file with the following content.
Hope this helps!
All you need to do is run "regedit" and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows Mail and delete a value in the right pane named SpoolerDlgPos, thats it, the details dialog will have gone, this doesn't fix the issue permently, what it does is resets it to default, so if the issue accures again just delete the "SpoolerDlgPos" registry value again.
If you would rather use a .reg file to do this then create a .reg file with the following content.
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]
"SpoolerDlgPos"=-
Hope this helps!