C# Class LayersCMS.MvcApp.Mailers.ContactUsMailer

Inheritance: Mvc.Mailer.MailerBase, IContactUsMailer
Afficher le fichier Open project: stevekennaird/LayersCMS Class Usage Examples

Méthodes publiques

Méthode Description
BasicFormEmail ( String firstName, String lastName, String emailAddress, String telephone, String message ) : Mvc.Mailer.MvcMailMessage
ContactUsMailer ( ) : System

Method Details

BasicFormEmail() public méthode

public BasicFormEmail ( String firstName, String lastName, String emailAddress, String telephone, String message ) : Mvc.Mailer.MvcMailMessage
firstName String
lastName String
emailAddress String
telephone String
message String
Résultat Mvc.Mailer.MvcMailMessage

ContactUsMailer() public méthode

public ContactUsMailer ( ) : System
Résultat System