C# 클래스 Carrotware.Web.UI.Controls.EmailHelper

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool

메소드 상세

SendMail() 공개 정적인 메소드

public static SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
fromEmail string
emailTo List
emailCC List
subjectLine string
bodyText string
isHTML bool
attachments List
리턴 bool

SendMail() 공개 정적인 메소드

public static SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool
fromEmail string
emailTo string
subjectLine string
bodyText string
isHTML bool
리턴 bool