C# Класс CCNet.SourceNotifier.Gateways.MailGateway.ProductionMailGateway

Used in a production build.
Наследование: IMailGateway
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
IDisposable ( ) : void

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

Описание методов

ProductionMailGateway() публичный Метод

Initializes a new instance.
public ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System
sender System.Net.Mail.MailAddress
Результат System

SendMessage() публичный Метод

Sends a message.
public SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void
to System.Net.Mail.MailAddress
subject string
bodyHtml string
Результат void