C# 클래스 Questor.Modules.Alerts.Email

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor

공개 프로퍼티들

프로퍼티 타입 설명
DateTimeForLogs System.DateTime

공개 메소드들

메소드 설명
Email_QuestorRestarted ( ) : void
Email_ShipLost ( ) : void
SendEmail ( string subject, string body ) : bool

메소드 상세

Email_QuestorRestarted() 공개 정적인 메소드

public static Email_QuestorRestarted ( ) : void
리턴 void

Email_ShipLost() 공개 정적인 메소드

public static Email_ShipLost ( ) : void
리턴 void

SendEmail() 공개 정적인 메소드

public static SendEmail ( string subject, string body ) : bool
subject string
body string
리턴 bool

프로퍼티 상세

DateTimeForLogs 공개적으로 정적으로 프로퍼티

public static DateTime,System DateTimeForLogs
리턴 System.DateTime