MS Release CleanFileName

This commit is contained in:
2021-12-01 12:12:04 +01:00
parent ae5bc40f5f
commit 0f94cab4f1
88 changed files with 329 additions and 9548 deletions

View File

@@ -127,6 +127,15 @@ Namespace My
Return CType(Me("EmailAccountID"),Integer)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("EmailProfiler")> _
Public ReadOnly Property EmailProfilerPraefix() As String
Get
Return CType(Me("EmailProfilerPraefix"),String)
End Get
End Property
End Class
End Namespace