C# 클래스 Codestellation.Ether.Transport.SmtpSender

상속: IEmailSender, IDisposable
파일 보기 프로젝트 열기: Codestellation/Ether 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
SendAsync ( Email email ) : void
SmtpSender ( ) : System
SmtpSender ( SmtpClient smtpSmtpClient ) : System

비공개 메소드들

메소드 설명
Create ( Email email ) : MailMessage
OnCompleted ( AsyncCompletedEventArgs args ) : void
SendCompleted ( object sender, AsyncCompletedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendAsync() 공개 메소드

public SendAsync ( Email email ) : void
email Codestellation.Ether.Core.Email
리턴 void

SmtpSender() 공개 메소드

public SmtpSender ( ) : System
리턴 System

SmtpSender() 공개 메소드

public SmtpSender ( SmtpClient smtpSmtpClient ) : System
smtpSmtpClient System.Net.Mail.SmtpClient
리턴 System