Rename Projects, clean up interfaces
This commit is contained in:
8
App/EmailProfiler.Service/Config.vb
Normal file
8
App/EmailProfiler.Service/Config.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
End Class
|
||||
Reference in New Issue
Block a user