This commit is contained in:
2022-08-04 11:07:36 +02:00
parent 0f94cab4f1
commit 83a4d1f7c9
28 changed files with 513 additions and 104 deletions

View File

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

View File

@@ -34,5 +34,8 @@
<Setting Name="EmailProfilerPraefix" Type="System.String" Scope="Application">
<Value Profile="(Default)">EmailProfiler</Value>
</Setting>
<Setting Name="EML_LIMITATION_SENDER" Type="System.String" Scope="Application">
<Value Profile="(Default)">NONE</Value>
</Setting>
</Settings>
</SettingsFile>