C# Class Castle.Components.Common.EmailSender.Message

Abstracts an e-mail message
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Message() public méthode

Initializes a new instance of the Message class.
public Message ( ) : System
Résultat System

Message() public méthode

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.
Résultat System