JJ
This commit is contained in:
9
App/SERV_EMAIL/My Project/Settings.Designer.vb
generated
9
App/SERV_EMAIL/My Project/Settings.Designer.vb
generated
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user