When ever I save a mail to a local path on the system, it breaks, meaning that subject, from mail and other information gets lost.
This started only a few weeks ago, and until then the code has been working for years.
I've tried to short down the code to include the relevant code in the question.
Dim oRMail As Object
Dim oExplorer As Explorer
oExplorer = m_oUtilities.OutlookApp.ActiveExplorer
oRMail = New Redemption.SafeMailItem
oRMail.Item = oExplorer.Selection;
oRMail.SaveAs(strPath, 3)
Have any one else had this problem? I use Outlook 365 64bit, Windows 10.