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

Abstracts an e-mail message
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the Message class.
public Message ( ) : System
return System

Message() public method

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.
return System