EMailProfiler.Common: Neue Extract Attachments-Logik & InfoMail Logik

This commit is contained in:
2024-09-25 16:08:51 +02:00
parent b18a6a3045
commit c91a7b82c7
9 changed files with 549 additions and 81 deletions

View File

@@ -53,4 +53,5 @@ Public Class ClassCurrent
Public Shared Property TEMP_WORK_FILES As List(Of String) = New List(Of String)
Public Shared Property GDPictureLicense As String = "None"
Public Shared Property EmailAttachments As List(Of EmailAttachment) = New List(Of EmailAttachment)
End Class