C# Класс YouConf.Services.Email.SmtpMailSender

Наследование: YouConf.Services.Email.IMailSender
Показать файл Открыть проект

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

Метод Описание
Send ( string to, string subject, string htmlBody ) : void

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

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

public Send ( string to, string subject, string htmlBody ) : void
to string
subject string
htmlBody string
Результат void