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 (JPN) Description (JPN) 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>