This commit is contained in:
2020-03-04 14:44:35 +01:00
parent 338cec6859
commit 5ffe390f45
6 changed files with 92 additions and 44 deletions

View File

@@ -115,7 +115,7 @@ Public Class DocumentViewer
Dim oFileInfo = New IO.FileInfo(FilePath)
Dim oExtension As String = oFileInfo.Extension
Select Case oExtension
Select Case oExtension.ToLower
Case ".msg"
Dim oMsg As New Independentsoft.Msg.Message(FilePath)
' TODO: Improve Encoding, maybe convert based on encoding