C# 클래스 NOS.Registration.EmailNotificationSender

상속: INotificationSender
파일 보기 프로젝트 열기: agross/netopenspace

공개 메소드들

메소드 설명
Configure ( IHostV30 host, ISettings settings ) : void
SendMessage ( string recipient, string subject, string message ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( IHostV30 host, ISettings settings ) : void
host IHostV30
settings ISettings
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string recipient, string subject, string message ) : void
recipient string
subject string
message string
리턴 void