C# 클래스 PAZ.Control.Emailer

파일 보기 프로젝트 열기: PAZ-MI4Ie/PAZ 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthenticationMode int
Body string
DisplayName string
From string
Host string
IsHtml bool
Password string
Port int
SendUsing int
Subject string
To string
UseSSL bool
User string

공개 메소드들

메소드 설명
Emailer ( ) : System
SendEmail ( ) : void

비공개 메소드들

메소드 설명
SendMessage ( ) : void

메소드 상세

Emailer() 공개 메소드

public Emailer ( ) : System
리턴 System

SendEmail() 공개 메소드

public SendEmail ( ) : void
리턴 void

프로퍼티 상세

AuthenticationMode 공개적으로 프로퍼티

public int AuthenticationMode
리턴 int

Body 공개적으로 프로퍼티

public string Body
리턴 string

DisplayName 공개적으로 프로퍼티

public string DisplayName
리턴 string

From 공개적으로 프로퍼티

public string From
리턴 string

Host 공개적으로 프로퍼티

public string Host
리턴 string

IsHtml 공개적으로 프로퍼티

public bool IsHtml
리턴 bool

Password 공개적으로 프로퍼티

public string Password
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

SendUsing 공개적으로 프로퍼티

public int SendUsing
리턴 int

Subject 공개적으로 프로퍼티

public string Subject
리턴 string

To 공개적으로 프로퍼티

public string To
리턴 string

UseSSL 공개적으로 프로퍼티

public bool UseSSL
리턴 bool

User 공개적으로 프로퍼티

public string User
리턴 string