EMailprofiler.Common: Auswertung ob Attachments valide sind, oder nicht.

Defekte Embedded Attachments führen zu einer Ablehnung, sonst Info an Absender
This commit is contained in:
2024-10-28 10:09:05 +01:00
parent 01eaf9922b
commit 6b0d247c8e
4 changed files with 72 additions and 46 deletions

View File

@@ -8,9 +8,9 @@ Public Class EmailAttachment
Public FileStatus As GdPictureStatus = GdPictureStatus.OK
Public IsValidExtension As Boolean = True
Public SendInfoMailNecessary As Boolean = False
Public IsAttachmentValid As Boolean = True
Public ErrorCodeValue As ErrorCode = ErrorCode.Unknown
Public ErrorCodeComment As String = ""
Public EmbeddedFiles As List(Of EmailAttachment) = New List(Of EmailAttachment)