C# 클래스 DKIM.SmtpClient

상속: IDisposable
파일 보기 프로젝트 열기: yannispsarras/DKIM-AlternativeViews 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Host string
UseSsl bool

공개 메소드들

메소드 설명
Send ( IEnumerable messages ) : void
Send ( MailMessage message ) : void
SmtpClient ( string host, Stream stream ) : System
SmtpClient ( string host, Stream stream, NetworkCredential credentials ) : System
SmtpClient ( string host, Stream stream, bool useSsl ) : System
SmtpClient ( string host, Stream stream, bool useSsl, NetworkCredential credentials ) : System

비공개 메소드들

메소드 설명
Authenticate ( ) : void
Data ( string data ) : void
Ehlo ( ) : void
From ( string from ) : void
RcptTo ( MailAddressCollection recipients ) : void
SendCommand ( string command, int expectedCode ) : string

메소드 상세

Send() 공개 메소드

public Send ( IEnumerable messages ) : void
messages IEnumerable
리턴 void

Send() 공개 메소드

public Send ( MailMessage message ) : void
message MailMessage
리턴 void

SmtpClient() 공개 메소드

public SmtpClient ( string host, Stream stream ) : System
host string
stream Stream
리턴 System

SmtpClient() 공개 메소드

public SmtpClient ( string host, Stream stream, NetworkCredential credentials ) : System
host string
stream Stream
credentials NetworkCredential
리턴 System

SmtpClient() 공개 메소드

public SmtpClient ( string host, Stream stream, bool useSsl ) : System
host string
stream Stream
useSsl bool
리턴 System

SmtpClient() 공개 메소드

public SmtpClient ( string host, Stream stream, bool useSsl, NetworkCredential credentials ) : System
host string
stream Stream
useSsl bool
credentials NetworkCredential
리턴 System

프로퍼티 상세

Host 공개적으로 프로퍼티

public string Host
리턴 string

UseSsl 공개적으로 프로퍼티

public bool UseSsl
리턴 bool