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