C# Class CCNet.SourceNotifier.Gateways.MailGateway.ProductionMailGateway

Used in a production build.
Inheritance: IMailGateway
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System

Initializes a new instance.

SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void

Sends a message.

Private Methods

Méthode Description
IDisposable ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

ProductionMailGateway() public méthode

Initializes a new instance.
public ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System
sender System.Net.Mail.MailAddress
Résultat System

SendMessage() public méthode

Sends a message.
public SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void
to System.Net.Mail.MailAddress
subject string
bodyHtml string
Résultat void