C# 클래스 Papercut.Smtp.SmtpClient

The smtp client.
상속: System.Net.Sockets.TcpClient
파일 보기 프로젝트 열기: seif/papercut-web 1 사용 예제들

공개 메소드들

메소드 설명
Send ( ) : void

The send.

SmtpClient ( SmtpSession session ) : System.Net.Mail

Initializes a new instance of the SmtpClient class.

비공개 메소드들

메소드 설명
Response ( ) : string

The response.

Write ( string format ) : void

The write.

메소드 상세

Send() 공개 메소드

The send.
///
public Send ( ) : void
리턴 void

SmtpClient() 공개 메소드

Initializes a new instance of the SmtpClient class.
public SmtpClient ( SmtpSession session ) : System.Net.Mail
session SmtpSession /// The session. ///
리턴 System.Net.Mail