System.WorkItem.TroubleTicket.SmtpNotificationLogRegistro de notificación de correo electrónico para los vales de errores

System.WorkItem.TroubleTicket.SmtpNotificationLog (ClassType)

Registros de notificación para las notificaciones de correo electrónico (SMTP) relativos a vales de errores

Element properties:

Base ClassSystem.WorkItem.TroubleTicket.NotificationLog
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5682a3c2-84c5-64bb-54ec-034b356a146f

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.Information:
Id  string  Identificador Identificador true 256      False 
System.WorkItem.NotificationLog:
Encoding  string  Codificación Codificación false 256      False 
SentTo  string  Enviado a Enviado a false 256      False 
SentDate  datetime  Fecha de envío Fecha de envío false 256       
System.WorkItem.TroubleTicket.SmtpNotificationLog:
Body  string  Cuerpo Cuerpo false 256      False 
Subject  string  Asunto Asunto false 256      False 
Priority  int  Prioridad Prioridad false 256   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.TroubleTicket.SmtpNotificationLog" Accessibility="Public" Base="System.WorkItem.TroubleTicket.NotificationLog" Hosted="false" Abstract="false">
<Property ID="Body" Type="string" Required="true"/>
<Property ID="Subject" Type="string" Required="true"/>
<Property ID="Priority" Type="int" MinValue="1" MaxValue="3"/>
</ClassType>