EMailProfiler Service: Neuer Config Schalter InfoTemplateId

This commit is contained in:
2024-05-10 10:58:22 +02:00
parent 92b5a72537
commit cd8761c3fe
2 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,12 @@ Public Class Config
''' </summary>
Public Property RejectionTemplateId As Integer = 0
''' <summary>
''' GUID des EMail Templates das bei Info-Mails verwendet wird.
''' Siehe Tabelle DD_ECM.dbo.TBDD_EMAIL_TEMPLATE
''' </summary>
Public Property InfoTemplateId As Integer = 0
Public Property EmailTestReceiver As String = ""
Public Property EmailTestHTML As String = ""
End Class