C# Class RightpointLabs.Pourcast.Infrastructure.Services.SmtpEmailService

Inheritance: IEmailService
Afficher le fichier Open project: RightpointLabs/Pourcast

Méthodes publiques

Méthode Description
SendEmail ( MailMessage email ) : void
SmtpEmailService ( SmtpClient client ) : System

Method Details

SendEmail() public méthode

public SendEmail ( MailMessage email ) : void
email System.Net.Mail.MailMessage
Résultat void

SmtpEmailService() public méthode

public SmtpEmailService ( SmtpClient client ) : System
client System.Net.Mail.SmtpClient
Résultat System