C# 클래스 CoyoteMoves.Emailer.Models.EmailSender

파일 보기 프로젝트 열기: jakemmarsh/coyote-moves 1 사용 예제들

공개 메소드들

메소드 설명
EmailSender ( ) : System
EmailSender ( string subject, Collection to, string from, string emailBody, string pdfLocation ) : System
sendMovesRequest ( RequestForm req ) : bool
sendMovesRequest ( RequestForm req, string sendTo ) : bool
sendMovesRequestHR ( RequestForm req ) : bool
sendMovesRequestSD ( RequestForm req ) : bool

메소드 상세

EmailSender() 공개 메소드

public EmailSender ( ) : System
리턴 System

EmailSender() 공개 메소드

public EmailSender ( string subject, Collection to, string from, string emailBody, string pdfLocation ) : System
subject string
to Collection
from string
emailBody string
pdfLocation string
리턴 System

sendMovesRequest() 공개 메소드

public sendMovesRequest ( RequestForm req ) : bool
req CoyoteMoves.Models.RequestItems.RequestForm
리턴 bool

sendMovesRequest() 공개 메소드

public sendMovesRequest ( RequestForm req, string sendTo ) : bool
req CoyoteMoves.Models.RequestItems.RequestForm
sendTo string
리턴 bool

sendMovesRequestHR() 공개 메소드

public sendMovesRequestHR ( RequestForm req ) : bool
req CoyoteMoves.Models.RequestItems.RequestForm
리턴 bool

sendMovesRequestSD() 공개 메소드

public sendMovesRequestSD ( RequestForm req ) : bool
req CoyoteMoves.Models.RequestItems.RequestForm
리턴 bool