Méthode | Description | |
---|---|---|
MockSmtpSender ( |
Initializes a new instance of the MockSmtpSender class.
|
|
Send ( |
Sends a message.
|
|
Send ( string from, string to, string subject, string messageText ) : void |
Sends a message.
|
public MockSmtpSender ( |
||
context | The context. | |
Résultat | Castle.Components.Common.EmailSender |
public Send ( |
||
message | Message instance | |
Résultat | void |
public Send ( string from, string to, string subject, string messageText ) : void | ||
from | string | From field |
to | string | To field |
subject | string | e-mail's subject |
messageText | string | message's body |
Résultat | void |