System.Notification.SMTPConfigurationSource电子邮件通知配置

System.Notification.SMTPConfigurationSource (ClassType)

电子邮件通道(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 (CHS) Description (CHS) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000      False 
System.Notification.ConfigurationSource:
IsEnabled  bool  已启用 已启用 false 256       
System.Notification.SMTPConfigurationSource:
Name  string  名称 名称 true 256      False 
Server  string  服务器 服务器 false 256      False 
PortNumber  int  端口号 端口号 false 256  65535   
Authentication  string  身份验证 身份验证 false 256      False 
SequenceNumber  int  序列号 序列号 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>