C# 클래스 PETUtility.Data.Fundamentals.Emails.EmailBuilder

파일 보기 프로젝트 열기: pet-informatica/PET-Utility

공개 메소드들

메소드 설명
Build ( List emails, string subject, string body, byte file = null, string fileName = null ) : void

비공개 메소드들

메소드 설명
_Send ( MailMessage message ) : void

메소드 상세

Build() 공개 정적인 메소드

public static Build ( List emails, string subject, string body, byte file = null, string fileName = null ) : void
emails List
subject string
body string
file byte
fileName string
리턴 void