Baget GDPicture update

This commit is contained in:
Developer01
2025-03-28 15:19:16 +01:00
parent 16f00e8cdd
commit ef32824a08
24 changed files with 378 additions and 45 deletions

View File

@@ -503,6 +503,7 @@ Public Class DocumentViewer
Select Case oExtension.ToUpper
Case ".MSG"
'msg is converted to eml and then displayed in GDPicture
Dim oEmlPath As String = _email.Convert_ToEml(FilePath)
_TempFiles.Add(oEmlPath)
DoLoadFile(oEmlPath)