Rename Projects, clean up interfaces
This commit is contained in:
11
App/EmailProfiler.Form/Config.vb
Normal file
11
App/EmailProfiler.Form/Config.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Public Class Config
|
||||
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 = ""
|
||||
Public Property EmailTestHTML As String = ""
|
||||
End Class
|
||||
Reference in New Issue
Block a user