C# Класс Castle.Components.Common.EmailSender.Message

Abstracts an e-mail message
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Message ( ) : System

Initializes a new instance of the Message class.

Message ( string from, string to, string subject, string body ) : System

Initializes a new instance of the Message class.

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

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

Initializes a new instance of the Message class.
public Message ( ) : System
Результат System

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

Initializes a new instance of the Message class.
public Message ( string from, string to, string subject, string body ) : System
from string From header.
to string To header.
subject string The subject header.
body string The message body.
Результат System