System.WorkItem.TroubleTicket.SmtpNotificationLogDziennik powiadomień e-mail dla biletów problemów

System.WorkItem.TroubleTicket.SmtpNotificationLog (ClassType)

Dzienniki powiadomień dla wiadomości e-mail (SMTP) dotyczących biletów problemów

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 (PLK) Description (PLK) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000      False 
System.Information:
Id  string  Identyfikator Identyfikator true 256      False 
System.WorkItem.NotificationLog:
Encoding  string  Kodowanie Kodowanie false 256      False 
SentTo  string  Wysłany do Wysłany do false 256      False 
SentDate  datetime  Data wysłania Data wysłania false 256       
System.WorkItem.TroubleTicket.SmtpNotificationLog:
Body  string  Treść Treść false 256      False 
Subject  string  Temat Temat false 256      False 
Priority  int  Priorytet Priorytet 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>