EMail Profiler: Konfiguration erweitert (RejectionTemplateId)

This commit is contained in:
2024-04-24 11:18:48 +02:00
parent 0db24f53e9
commit 79edfe385a
4 changed files with 23 additions and 4 deletions

View File

@@ -10,6 +10,12 @@ Public Class Config
Public Property EmailSenderLimitation As String = ""
Public Property UseWindream As Boolean = False
''' <summary>
''' GUID des EMail Templates das bei Ablehnungsmails verwendet wird.
''' Siehe Tabelle DD_ECM.dbo.TBDD_EMAIL_TEMPLATE
''' </summary>
Public Property RejectionTemplateId As Integer = 0
Public Property EmailTestReceiver As String = ""
Public Property EmailTestHTML As String = ""
End Class