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