System.WorkItem.TroubleTicket.SmtpNotificationLog问题票证的电子邮件通知日志

System.WorkItem.TroubleTicket.SmtpNotificationLog (ClassType)

有关问题票证的电子邮件(SMTP)通知的通知日志

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 (CHS) Description (CHS) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000      False 
System.Information:
Id  string  ID ID true 256      False 
System.WorkItem.NotificationLog:
Encoding  string  编码 编码 false 256      False 
SentTo  string  发送给 发送给 false 256      False 
SentDate  datetime  发送日期 发送日期 false 256       
System.WorkItem.TroubleTicket.SmtpNotificationLog:
Body  string  正文 正文 false 256      False 
Subject  string  主题 主题 false 256      False 
Priority  int  优先级 优先级 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>