Méthode | Description | |
---|---|---|
ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System |
Initializes a new instance.
|
|
SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void |
Sends a message.
|
Méthode | Description | |
---|---|---|
IDisposable ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
public ProductionMailGateway ( System.Net.Mail.MailAddress sender ) : System | ||
sender | System.Net.Mail.MailAddress | |
Résultat | System |
public SendMessage ( System.Net.Mail.MailAddress to, string subject, string bodyHtml ) : void | ||
to | System.Net.Mail.MailAddress | |
subject | string | |
bodyHtml | string | |
Résultat | void |