C# Class JoanCEdwards.ExamLibrary.SendMailer

NOTE: THIS CLASS IS NOT TESTED OR VALIDATED
Afficher le fichier Open project: pragmaticpat/EdwardsFoundation

Méthodes publiques

Méthode Description
SendMail ( string toAddress, string messageBody, string>.Dictionary replacements, string subject ) : void

Sends the mail.

Private Methods

Méthode Description
GetBody ( string messageBody, string>.Dictionary replacements ) : string

Gets the body.

Method Details

SendMail() public static méthode

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
Résultat void