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 (KOR) Description (KOR) 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>