System.Notification.Channel.SMTP电子邮件通知通道

System.Notification.Channel.SMTP (ClassType)

电子邮件(SMTP)的通知通道

Element properties:

Base ClassSystem.Notification.Channel
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdab15d533-0d6f-190c-d682-6b16534164ab

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.Channel:
IsEnabled  bool  已启用 已启用 false 256       
System.Notification.Channel.SMTP:
RetryIntervalSeconds  int  重试间隔(秒) 重试间隔(秒) false 256  2147483647   
ReturnAddress  string  寄信人地址 寄信人地址 false 256      False 
RunAsAccount  string  运行方式帐户 运行方式帐户 false 256      False 

Health Model:

Source Code:

<ClassType ID="System.Notification.Channel.SMTP" Accessibility="Public" Base="System.Notification.Channel" Hosted="false" Abstract="false" Singleton="true">
<Property ID="RetryIntervalSeconds" Type="int" MinValue="1" Required="false"/>
<Property ID="ReturnAddress" Type="string" Required="false"/>
<Property ID="RunAsAccount" Type="string" Required="false"/>
</ClassType>