System.Notification.Template.SMTPPlantillas de notificación de correo electrónico

System.Notification.Template.SMTP (ClassType)

Plantillas de notificación para correo electrónico (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 (ESN) Description (ESN) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000      False 
System.Notification.Template:
Id  string  Identificador Identificador true 256      False 
Content  string  Contenido Contenido false 65535      False 
Encoding  string  Codificación Codificación false 256      False 
SeedClass  string  Clase de valor de inicialización Clase de valor de inicialización false 256      False 
Protocol  string  Protocolo Protocolo false 256      False 
Sender  string  Remitente Remitente false 256      False 
System.Notification.Template.SMTP:
Subject  string  Asunto Asunto false 4000      False 
Priority  int  Prioridad Prioridad false 256   
IsMultiCast  bool  Es una multiconversión Es una multiconversión false 256       
IsBodyHtml  bool  Es un cuerpo Html Es un cuerpo 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>