DocumentViewer: Correcly clean up msg files

This commit is contained in:
Jonathan Jenne 2022-02-16 15:25:26 +01:00
parent f493d46fd6
commit c398877a36

View File

@ -191,6 +191,7 @@ Public Class DocumentViewer
Select Case oExtension.ToUpper
Case ".MSG"
Dim oEmlPath As String = _email.Convert_ToEml(FilePath)
_TempFiles.Add(oEmlPath)
DoLoadFile(oEmlPath)
Case ".EML", ".DOC", ".DOCX", ".ODT", ".RTF", ".TXT"