EmailProfiler.Common: ErrorHandling zurück korrigiert.

Version 3.5.6.0
This commit is contained in:
2026-07-17 13:53:35 +02:00
parent f0be61ae6a
commit e59b936181
2 changed files with 6 additions and 4 deletions

View File

@@ -1135,7 +1135,9 @@ Public Class clsWorkEmail
oEmailAttachment.ErrorCodeValue = ErrorCode.NormalFileAttachmentCorrupt
oEmailAttachment.ErrorCodeComment = "PDF Structure corrupt"
oEmailAttachment.IsAttachmentValid = False
MESSAGE_ERROR = True
' Keine Änderung von MESSAGE_ERROR an dieser Stelle!
' Es liegt kein Fehler vor, sodern nur eine Warnung!
Continue For
End If