From e59b936181c935b55afe29b8fadf77c280ed860a Mon Sep 17 00:00:00 2001 From: pitzm Date: Fri, 17 Jul 2026 13:53:35 +0200 Subject: [PATCH] =?UTF-8?q?EmailProfiler.Common:=20ErrorHandling=20zur?= =?UTF-8?q?=C3=BCck=20korrigiert.=20Version=203.5.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/EmailProfiler.Common/My Project/AssemblyInfo.vb | 6 +++--- App/EmailProfiler.Common/clsWorkEmail.vb | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/App/EmailProfiler.Common/My Project/AssemblyInfo.vb b/App/EmailProfiler.Common/My Project/AssemblyInfo.vb index 8a22be3..3ca71fd 100644 --- a/App/EmailProfiler.Common/My Project/AssemblyInfo.vb +++ b/App/EmailProfiler.Common/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/App/EmailProfiler.Common/clsWorkEmail.vb b/App/EmailProfiler.Common/clsWorkEmail.vb index fc6d1c4..83df8dc 100644 --- a/App/EmailProfiler.Common/clsWorkEmail.vb +++ b/App/EmailProfiler.Common/clsWorkEmail.vb @@ -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