C# Class UCosmic.Impl.SmtpMailSender

Inheritance: ISendMail
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

Méthode Description
Send ( MailMessage message ) : void
SmtpMailSender ( IManageConfigurations configurationManager, ILogExceptions exceptionLogger ) : System

Private Methods

Méthode Description
Send ( MailMessage message, int retryCount ) : void

Method Details

Send() public méthode

public Send ( MailMessage message ) : void
message System.Net.Mail.MailMessage
Résultat void

SmtpMailSender() public méthode

public SmtpMailSender ( IManageConfigurations configurationManager, ILogExceptions exceptionLogger ) : System
configurationManager IManageConfigurations
exceptionLogger ILogExceptions
Résultat System