System.Notification.SMTPConfigurationSourceE-posta bildirim yapılandırması

System.Notification.SMTPConfigurationSource (ClassType)

E-posta kanalı (SMTP) için yapılandırma bilgisi

Element properties:

Base ClassSystem.Notification.ConfigurationSource
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0842b1d1-7aa7-d2e7-44c0-270a0b948926

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  Etkinleştirildi Etkinleştirildi false 256       
System.Notification.SMTPConfigurationSource:
Name  string  Ad Ad true 256      False 
Server  string  Sunucu Sunucu false 256      False 
PortNumber  int  Bağlantı Noktası Numarası Bağlantı Noktası Numarası false 256  65535   
Authentication  string  Kimlik Doğrulama Kimlik Doğrulama false 256      False 
SequenceNumber  int  Sıra Numarası Sıra Numarası 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>