System.Notification.Template.SMTPSjabloon e-mailmeldingen

System.Notification.Template.SMTP (ClassType)

Meldingssjablonen voor e-mail (SMTP)

Element properties:

Base ClassSystem.Notification.Template
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0814d9a7-8332-a5df-2ec8-34d07f3d40db

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000      False 
System.Notification.Template:
Id  string  Id Id true 256      False 
Content  string  Inhoud Inhoud false 65535      False 
Encoding  string  Codering Codering false 256      False 
SeedClass  string  Seedklasse Seedklasse false 256      False 
Protocol  string  Protocol Protocol false 256      False 
Sender  string  Afzender Afzender false 256      False 
System.Notification.Template.SMTP:
Subject  string  Onderwerp Onderwerp false 4000      False 
Priority  int  Prioriteit Prioriteit false 256   
IsMultiCast  bool  Is multicast Is multicast false 256       
IsBodyHtml  bool  Is HTML voor hoofdtekst Is HTML voor hoofdtekst 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>