C# 클래스 CCNet.SourceNotifier.Gateways.MailGateway.ProductionMailGateway

Used in a production build.
상속: IMailGateway
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System

Initializes a new instance.

SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void

Sends a message.

비공개 메소드들

메소드 설명
IDisposable ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

메소드 상세

ProductionMailGateway() 공개 메소드

Initializes a new instance.
public ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System
sender System.Net.Mail.MailAddress
리턴 System

SendMessage() 공개 메소드

Sends a message.
public SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void
to System.Net.Mail.MailAddress
subject string
bodyHtml string
리턴 void