C# 클래스 JoanCEdwards.ExamLibrary.SendMailer

NOTE: THIS CLASS IS NOT TESTED OR VALIDATED
파일 보기 프로젝트 열기: pragmaticpat/EdwardsFoundation

공개 메소드들

메소드 설명
SendMail ( string toAddress, string messageBody, string>.Dictionary replacements, string subject ) : void

Sends the mail.

비공개 메소드들

메소드 설명
GetBody ( string messageBody, string>.Dictionary replacements ) : string

Gets the body.

메소드 상세

SendMail() 공개 정적인 메소드

Sends the mail.
public static SendMail ( string toAddress, string messageBody, string>.Dictionary replacements, string subject ) : void
toAddress string To address.
messageBody string The message body.
replacements string>.Dictionary The replacements.
subject string
리턴 void