C# Class Suteki.Common.Services.NullEmailSender

Inheritance: IEmailSender
Afficher le fichier Open project: mikehadlow/sutekishop

Méthodes publiques

Méthode Description
Send ( string toAddress, string subject, string body, bool isBodyHtml ) : void

Private Methods

Méthode Description
Send ( string toAddress, string subject, string body ) : void

Method Details

Send() public méthode

public Send ( string toAddress, string subject, string body, bool isBodyHtml ) : void
toAddress string
subject string
body string
isBodyHtml bool
Résultat void