System.Notification.SMTPConfigurationSourceKonfiguration för e-postaviseringar

System.Notification.SMTPConfigurationSource (ClassType)

Konfigurationsinformation för e-postkanal (SMTP)

Element properties:

Base ClassSystem.Notification.ConfigurationSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd928b34e-7b52-2a2a-d100-74cb58eb365a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  Är aktiverad Är aktiverad false 256       
System.Notification.SMTPConfigurationSource:
Name  string  Namn Namn true 256      False 
Server  string  Server Server false 256      False 
PortNumber  int  Portnummer Portnummer false 256  65535   
Authentication  string  Autentisering Autentisering false 256      False 
SequenceNumber  int  Sekvensnummer Sekvensnummer false 256  2147483647   

Health Model:

Source Code:

<ClassType ID="System.Notification.SMTPConfigurationSource" Accessibility="Public" Base="System.Notification.ConfigurationSource" Hosted="false" Abstract="false">
<Property ID="Name" Type="string" Required="true" Key="true"/>
<Property ID="Server" Type="string" Required="true"/>
<Property ID="PortNumber" Type="int" MinValue="1" MaxValue="65535" Required="true"/>
<Property ID="Authentication" Type="string" Required="true"/>
<Property ID="SequenceNumber" Type="int" MinValue="0" Required="true"/>
</ClassType>