System.Notification.Template.SMTP电子邮件通知模板

System.Notification.Template.SMTP (ClassType)

电子邮件(SMTP)的通知模板

Element properties:

Base ClassSystem.Notification.Template
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4fcddb4d-7b36-a3d5-506d-52068be6b4fc

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.Template:
Id  string  ID ID true 256      False 
Content  string  内容 内容 false 65535      False 
Encoding  string  编码 编码 false 256      False 
SeedClass  string  种子类 种子类 false 256      False 
Protocol  string  协议 协议 false 256      False 
Sender  string  发件人 发件人 false 256      False 
System.Notification.Template.SMTP:
Subject  string  主题 主题 false 4000      False 
Priority  int  优先级 优先级 false 256   
IsMultiCast  bool  为多播 为多播 false 256       
IsBodyHtml  bool  为正文 Html 为正文 Html false 256       

Health Model:

Source Code:

<ClassType ID="System.Notification.Template.SMTP" Accessibility="Public" Base="System.Notification.Template" Hosted="false" Abstract="false">
<Property ID="Subject" Type="string" Required="true" MaxLength="4000"/>
<Property ID="Priority" Type="int" MinValue="1" MaxValue="3" Required="true"/>
<Property ID="IsMultiCast" Type="bool" Required="true"/>
<Property ID="IsBodyHtml" Type="bool" Required="false"/>
</ClassType>