C# 클래스 RFH.Services.MailService

파일 보기 프로젝트 열기: rfharvest/RFH 1 사용 예제들

공개 메소드들

메소드 설명
Send ( IEnumerable recipients, string subject, string body, string fileAttachment ) : void

보호된 메소드들

메소드 설명
GetMailSettings ( ) : MailSettingsSectionGroup

메소드 상세

GetMailSettings() 보호된 메소드

protected GetMailSettings ( ) : MailSettingsSectionGroup
리턴 System.Net.Configuration.MailSettingsSectionGroup

Send() 공개 메소드

public Send ( IEnumerable recipients, string subject, string body, string fileAttachment ) : void
recipients IEnumerable
subject string
body string
fileAttachment string
리턴 void