From ea366519c1ec79e3b62426bd0150b236ecb3298e Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 11 Oct 2023 13:08:26 +0200 Subject: [PATCH] Fix Config --- App/EmailProfiler.Form/Config.vb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/App/EmailProfiler.Form/Config.vb b/App/EmailProfiler.Form/Config.vb index 764bf38..dc236b5 100644 --- a/App/EmailProfiler.Form/Config.vb +++ b/App/EmailProfiler.Form/Config.vb @@ -1,9 +1,13 @@ -Public Class Config +Imports DigitalData.Modules.Config.ConfigAttributes + +Public Class Config + + Public Property ConnectionString As String = "" + Public Property Debug As Boolean = False Public Property EmailAccountId As Integer = 0 Public Property EmailTitlePrefix As String = "EmailProfiler" Public Property EmailSenderLimitation As String = "" - Public Property ConnectionString As String = "" Public Property UseWindream As Boolean = False Public Property EmailTestReceiver As String = ""