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 (ZHH) Description (ZHH) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000      False 
System.Information:
Id  string  識別碼 識別碼 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>