C# Class CCNet.SourceNotifier.Gateways.MailGateway.DebugMailGateway

Used in a debug build.
Inheritance: ProductionMailGateway
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
DebugMailGateway ( System.Net.Mail.MailAddress sender, System.Net.Mail.MailAddress overrideEmail ) : System.Net.Mail

Initializes a new instance.

SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void

Sends a message.

Method Details

DebugMailGateway() public méthode

Initializes a new instance.
public DebugMailGateway ( System.Net.Mail.MailAddress sender, System.Net.Mail.MailAddress overrideEmail ) : System.Net.Mail
sender System.Net.Mail.MailAddress
overrideEmail System.Net.Mail.MailAddress
Résultat System.Net.Mail

SendMessage() public méthode

Sends a message.
public SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void
to System.Net.Mail.MailAddress
subject string
bodyHtml string
Résultat void